Banking API
The Conta Digital Public API provides programmatic access to banking operations including account management, balance inquiries, transaction history, and PIX transfers.Base URL
All API requests should be made to:For development and testing, use the development environment:
https://conta-public-api-dev.kiwify.comAPI Versioning
The API uses URL path versioning. Current version isv1. All versioned endpoints are prefixed with /v1/.
Error Format
All errors follow a consistent JSON format:Common HTTP Status Codes
| HTTP Status | Description |
|---|---|
| 200 | Success |
| 401 | Authentication failed - invalid signature, expired timestamp, or invalid access ID |
| 403 | Access denied - IP not in allowlist or insufficient permissions |
| 404 | Resource not found |
| 500 | Internal server error |
