Status Codes
| Code | Status | Description |
|---|---|---|
| 200 | OK | Everything worked as expected. |
| 202 | Accepted | The request has been accepted for processing, but the processing has not been completed. |
| 401 | Unauthorized | No valid API key or no API key was provided. |
| 403 | Forbidden | The API key does not have the necessary permissions to perform the request. |
| 404 | Not Found | The requested resource could be not found. |
| 500 | Internal Server Error | The BCB Payments API experienced an internal server error. We recommend retrying the request using an idempotency key. |
Updated 23 days ago
