token for a Transfer Out transaction, you first need to load the banks, so that the final client can select from the list. You only need to consume this endpoint.In the case of Colombia 🇨🇴, if the transaction is by phone number, you don't need to use this endpoint. For the transactions by account number, the bank list will depend on the secure rules configured for your customer.
Got a suggestion on this documentation? Contact Us.
curl --location --request GET 'https://api-uat.kushkipagos.com/payouts/transfer/v2/bankList' \
--header 'Public-Merchant-Id;'[
{
"code": "string",
"internationalCodes": [
{
"type": "string",
"code": "string"
}
],
"name": "string"
}
]