This API endpoint will provide you the current list of banks and E-Wallets we support for payouts
'Returns array of Payout Channel objects sorted by alphabetical order by channel_code with HTTP status code 200. Return empty array when not found.
If query parameters are defined, returns a filtered list of Payout Channel objects matching the query parameter.
[
{
"channel_code": "ID_BSI",
"channel_category": "BANK",
"currency": "IDR",
"channel_name": "Bank Syariah Indonesia",
"amount_limits": {
"minimum": 10000,
"maximum": 1999999999999,
"minimum_increment": 1
}
},
{
"channel_code": "PH_AUB",
"channel_category": "BANK",
"currency": "PHP",
"channel_name": "Asia United Bank",
"amount_limits": {
"minimum": 1,
"maximum": 100000000,
"minimum_increment": 1
}
}
]
Name of payout channel
Channel code of destination bank, E-Wallet or OTC channel. List of supported channels can be found here
ISO 4217 Currency Code.
Object containing amount limitations imposed by the channel.
Minimum amount that can be paid out to this channel
Maximum amount that can be paid out to this channel
Smallest amount increment allowed by the channel
Unauthorized
Not Found
Internal Server Error