Skip to main content
To access COP and the Bre-b and Bank Transfer payment rail, please reach out to our team at sales@bridge.xyz

🇨🇴 What we support

  • Virtual Accounts - Deposit COP via Bre-B and receive payments from 3rd party businesses.
  • Transfers - Onramp COP via Bre-B and Bank Transfers as a 1st party or from 3rd party businesses, offramp to any recipient.
  • Liquidation Addresses - Offramps from stablecoin or crypto to COP via Bre-B and Bank Transfer
  • Supported Countries - We support COP on/offramps for customers in +100 countries.

Transaction Minimums, Limits, Times

  • Onramp minimum 100 COP
  • Offramp minimum 100 COP
  • No maximum
    • Bre-B transactions greater than 11,552,000 COP will be sent as a Bank Transfer.
  • 1st and 3rd party payouts supported
  • 1st party payins supported, 3rd party payins supported from businesses.
  • COP Bre-b and Bank Transfers complete in ~3 minutes however may take up to 30 minutes for larger values.

Request / Response Examples

Request
curl --request POST \
  --url https://api.bridge.xyz/v0/customers/#{request.customer_id}/external_accounts \
  --header 'Api-Key: #{api_key}' \
  --header 'Content-Type: application/json' \
  --header 'Idempotency-Key: #{request.idempotency_key}' \
  --data '
{
  "currency": "cop",
  "account_type": "bre_b",
  "account_owner_name": "First Last",
  "account_owner_type": "individual",
  "account": {
    "bre_b_key": "1234567890123456"
  }
}'
Response
{
  "id": "bce9dbe4-bca7-42e0-9cc1-7482069019f1",
  "customer_id": "485c2b50-949c-412b-928a-f56fce42330d",
  "created_at": "2026-01-05T23:54:57.715Z",
  "updated_at": "2026-01-05T23:54:58.201Z",
  "account_owner_name": "Freddie Mercury",
  "active": true,
  "currency": "cop",
  "account_owner_type": "individual",
  "account_type": "bre_b",
  "account": {
    "bre_b_key": "1234567890123456"
  }