List Payout Method Types

GET {{baseUrl}}/v1/payout_methods?sender_entity_type=<string>&beneficiary_country=<string>&payout_currency=<string>&sender_currency=<string>&sender_country=<string>&beneficiary_entity_type=<string>&category=<string>&is_cancelable=<boolean>&is_location_specific=<boolean>&is_expirable=<boolean>&starting_after=<string>&ending_before=<string>&limit=<string>

Retrieve a list of payout method types that you can use when creating a payout. The response contains a list of objects. Each object includes a payout method type and its attributes.

Request Params

KeyDatatypeRequiredDescription
sender_entity_typestringFilters the type of entity for the payer. One of the following: individual, company
beneficiary_countrystringCountry of the beneficiary. Two-letter ISO 3166-1 ALPHA-2 code.
payout_currencystringCurrency received by the beneficiary. Three-letter ISO 4217 code.
sender_currencystringCurrency that the sender is paying with. Three-letter ISO 4217 code.
sender_countrystringCountry of the sender. Two-letter ISO 3166-1 ALPHA-2 code. Note: This field does not appear in the response.
beneficiary_entity_typestringFilters the type of entity for the beneficiary. One of the following: individual, company
categorystringThe category of payout method. One of the following: bank, card, cash, rapyd_ewallet, ewallet
is_cancelablestringIndicates whether the payout can be canceled. Relevant when category is cash.
is_location_specificstringIndicates whether the payout must be made at a specific physical location. Relevant when category is cash.
is_expirablestringIndicates whether the payout expires if not completed. Relevant when category is cash.
starting_afterstringThe name of a payout method in the list. The list begins with the record that was created next after the record with this payout method. Use this filter to get the next page of results. Relevant when ending_before is not used.
ending_beforestringThe name of a payout method in the list. The list ends with the last record that was created before the record with this payout method. Use this filter to get the previous page of results.
limitstringThe maximum number of payout methods to return. Range: 1-100. Default is 10.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;amount_range_per_currency&quot;:[[{&quot;maximum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;minimum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;payout_currency&quot;:&quot;BOB&quot;},{&quot;maximum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;minimum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;payout_currency&quot;:&quot;MUR&quot;}],[{&quot;maximum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;minimum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;payout_currency&quot;:&quot;XOF&quot;},{&quot;maximum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;minimum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;payout_currency&quot;:&quot;EGP&quot;}]],&quot;beneficiary_country&quot;:&quot;OM&quot;,&quot;beneficiary_entity_types&quot;:[&quot;company&quot;,&quot;company&quot;],&quot;category&quot;:&quot;ewallet&quot;,&quot;image&quot;:&quot;\u003cstring\u003e&quot;,&quot;is_cancelable&quot;:&quot;\u003cinteger\u003e&quot;,&quot;is_expirable&quot;:&quot;\u003cinteger\u003e&quot;,&quot;is_location_specific&quot;:&quot;\u003cinteger\u003e&quot;,&quot;maximum_expiration_seconds&quot;:&quot;\u003cnumber\u003e&quot;,&quot;minimum_expiration_seconds&quot;:&quot;\u003cnumber\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;payout_currencies&quot;:[&quot;JPY&quot;,&quot;BSD&quot;],&quot;payout_method_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;sender_country&quot;:&quot;QA&quot;,&quot;sender_currencies&quot;:[&quot;SZL&quot;,&quot;BWP&quot;],&quot;sender_entity_types&quot;:[&quot;individual&quot;,&quot;individual&quot;],&quot;estimated_time_of_arrival&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;amount_range_per_currency&quot;:[[{&quot;maximum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;minimum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;payout_currency&quot;:&quot;ZMW&quot;},{&quot;maximum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;minimum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;payout_currency&quot;:&quot;GNF&quot;}],[{&quot;maximum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;minimum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;payout_currency&quot;:&quot;BIF&quot;},{&quot;maximum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;minimum_amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;payout_currency&quot;:&quot;LSL&quot;}]],&quot;beneficiary_country&quot;:&quot;GD&quot;,&quot;beneficiary_entity_types&quot;:[&quot;individual&quot;,&quot;individual&quot;],&quot;category&quot;:&quot;card&quot;,&quot;image&quot;:&quot;\u003cstring\u003e&quot;,&quot;is_cancelable&quot;:&quot;\u003cinteger\u003e&quot;,&quot;is_expirable&quot;:&quot;\u003cinteger\u003e&quot;,&quot;is_location_specific&quot;:&quot;\u003cinteger\u003e&quot;,&quot;maximum_expiration_seconds&quot;:&quot;\u003cnumber\u003e&quot;,&quot;minimum_expiration_seconds&quot;:&quot;\u003cnumber\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;payout_currencies&quot;:[&quot;NAD&quot;,&quot;SRD&quot;],&quot;payout_method_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;sender_country&quot;:&quot;PK&quot;,&quot;sender_currencies&quot;:[&quot;LKR&quot;,&quot;PEN&quot;],&quot;sender_entity_types&quot;:[&quot;individual&quot;,&quot;company&quot;],&quot;estimated_time_of_arrival&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cinteger\u003e&quot;}],&quot;status&quot;:{&quot;error_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;operation_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;response_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}}