Initial release of the ConnectPSP API V2.
| Endpoint | Description |
|---|---|
POST /auth/token | JWT-based authentication |
POST /cash-in | Create PIX Cash-In (QR Code or OpenFinance) |
GET /cash-in/{id} | Poll Cash-In status |
POST /cash-in/{id}/refund | Request full devolution of a paid Cash-In |
POST /cash-out | Send PIX payment (by key or bank account) |
GET /cash-out/{id} | Poll Cash-Out status |
GET /account/balance | Get consolidated wallet balances |
POST /account/rebalance | Rebalance transactional vs proprietary accounts |
- Standardized error responses (RFC 7807 Problem Details) on all 4xx/5xx errors
- Idempotency support via
X-Idempotency-Keyheader on write operations - V2 Webhooks — events contain full transaction data matching GET endpoint responses
- OpenFinance support on Cash-In via the
openFinanceobject - Dual destination on Cash-Out: PIX key or direct bank account data