| Collection | What it covers |
|---|---|
| General (Getting Started) | Authentication, Cobre Balance, Counterparties, Webhooks, Reports. Start here. |
| PayIn — Colombia | Collect payments in Colombia (Nequi, PSE, R2P, Checkout, Direct Debit). |
| PayIn — Mexico | Collect payments in Mexico (SPEI in, refunds). |
| PayIn — Global | Collect international payments into your Cobre balances. |
| PayOut — Colombia | Send payouts in Colombia (ACH / Fast Pay, Bre-B). |
| PayOut — Mexico | Send payouts in Mexico (SPEI out). |
| PayOut — Global | Send payouts to international counterparties. |
| Cross-Border (USD/COP) | FX quotes and cross-border money movements. |
Authentication is shared across collections: you authenticate once and every request reuses the token.
| Requirement | Why |
|---|---|
A Cobre account with API credentials (client_id and secret) | Needed to authenticate. Ask your Key Account Manager if you don't have them. |
| Postman (desktop app or web) | To import and run the collections. |
CobreBaseURLhttps://api.cobre.co → Productionhttps://api.qa.cobre.co → QA / Sandboxclient_id → your client IDsecret → your secretaccess_token empty — it's set automatically when you authenticate.client_id and secret in your own private environment. Never share an environment that contains real credentials.access_token.401 Unauthorized, re-run Authentication and try again.POST requests that create resources accept an idempotency header (minimum 9 characters). Send a unique value per operation to safely retry without creating duplicates.{{CobreBaseURL}}, so you can switch environments without editing requests.