All error responses follow the standard error format. Validation errors (422) and rate limit errors (429) apply to all endpoints and are documented in the Error Handling guide.Documentation Index
Fetch the complete documentation index at: https://docs.natural.co/llms.txt
Use this file to discover all available pages before exploring further.
| Code | Status | Detail |
|---|---|---|
external_funding_source_link_failed | 400 | Unable to link this bank account. |
invalid_value | 400 | A request value is invalid. |
unauthenticated | 401 | Authentication is required. |
forbidden | 403 | You do not have permission to perform this action. |
external_funding_source_not_found | 404 | External funding source not found. |
wallet_not_found | 404 | Wallet not found. |
already_exists | 409 | The resource already exists. |
bank_account_already_linked | 409 | This bank account is already linked. |
conflict | 409 | The request conflicts with the current resource state. |
external_funding_source_not_verified | 409 | External funding source must be verified before it can be used. |
insufficient_funds | 409 | Insufficient funds. |
transfer_failed | 409 | Transfer failed. |
rate_limited | 429 | Too many requests. |
server_error | 500 | Something went wrong. |
bad_gateway | 502 | A downstream service returned an invalid response. |
service_unavailable | 503 | The service is temporarily unavailable. |