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.curl --location 'https://api-uat.kushkipagos.com/payouts/transfer/v2/bankList' \
--header 'Public-Merchant-Id;'[
{
"code": "string",
"internationalCodes": [
{
"type": "string",
"code": "string"
}
],
"name": "string"
}
]