Skip to main content
GET
/
v2
/
account
/
bank-accounts
/
cop
/
bre-b-info
Resolve a Colombian BRE-B key
curl --request GET \
  --url https://api.example.com/v2/account/bank-accounts/cop/bre-b-info \
  --header 'Authorization: Bearer <token>'
{
  "found": true,
  "holderName": "<string>",
  "holderIdNumber": "<string>",
  "breBKey": "<string>"
}

Resolve a Colombian BRE-B key

GET request to /v2/account/bank-accounts/cop/bre-b-info

Authorizations

Authorization
string
header
required

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

Query Parameters

breBKey
string
required

Response

OK

found
boolean
holderName
string
holderIdNumber
string
breBKey
string