Base URL
Authentication
All/v1/* endpoints require a Bearer token obtained from the OAuth token endpoint:
Request headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer {access_token} |
Content-Type | Yes (POST/PATCH) | application/json |
X-Idempotency-Key | Yes (some POST) | Unique key for safe retries. See idempotency. |
Resources
Payments
Create and manage payments via PIX, direct card charges, hosted card checkout, or boleto.
Withdrawals
Transfer BRL funds from your balance via PIX.
Products
Manage your product catalog.
Customers
Store and manage customer records.
Documents
Generate receipts and account statements.
Authentication
Generate and manage API access tokens.