Skip to main content
GET
/
v2
/
account
/
beneficiaries
/
bank-accounts
/
cop
/
supported-banks
List COP banks supported for beneficiary creation
curl --request GET \
  --url https://api.example.com/v2/account/beneficiaries/bank-accounts/cop/supported-banks \
  --header 'Authorization: Bearer <token>'
{
  "banks": [
    {
      "bankId": "<string>",
      "bankName": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

banks
object[]