An unexpected error occurred on the server. This is not caused by your request and typically indicates a transient issue on the Dinie platform.
HTTP Status: 500 Internal Server Error
| Code | Description |
|---|---|
internal_error | An unexpected server-side error occurred |
bmp_unavailable | The banking partner service is temporarily unavailable |
{
"type": "https://docs.dinie.com/errors/internal",
"title": "Internal Server Error",
"status": 500,
"detail": "An unexpected error occurred. Please try again later.",
"code": "internal_error"
}- Retry the request after a short delay using exponential backoff.
- If the error persists, contact Dinie support with the request details and timestamp.
- Do not retry non-idempotent operations (e.g., loan creation) without checking whether the original request succeeded. Use
Idempotency-Keyheaders to make retries safe. - For
bmp_unavailable, the banking partner service is temporarily down. Retry after a few minutes.
- Error Handling guide -- Full error handling patterns and code examples