GetPaymentTypeList

Returns a list of payment types

Input parameters

  1. _session_hash (string)

    Required. Session identifier (received during login - doLogin)

  2. _offset (integer)

    Required. Specifies the offset of the results.

  3. _limit (integer)

    Required. Specifies the number of results in the query.

  4. is_active (boolean)

    Specifies whether the list should include active payment types or not. Not specifying the parameter returns all payment types.

Output data

  1. id (integer)

    Identifier

  2. name (string)

    Name

  3. is_active (boolean)

    Active