Error responses
When a request fails, Meld endpoints return a response that includes the errors fields in the body. The following table lists the error code you might receive from our API.
The error message includes both Meld's error code and the service provider's error details. Reference Error schema.
General
Error code | Error message |
|---|---|
| Unknown Error |
| Bad request
|
Payments
Error code | Error message |
|---|---|
| Invalid amount or currency |
| Error creating initial transaction |
| Error processing JSON |
| Payment transaction is null or invalid |
| Previous transaction state is null or invalid |
| Service Provider Error |
| Unable to create transaction |
| Exception in transaction |
| Transaction ID is invalid or it was not found |
| Transaction state ID is invalid or it was not found |
| No result from gateway |
| No response from transaction |
| Unable to create a transaction request |
| Invalid service provider |
| Unable to update a null/invalid transaction |
| Invalid service transaction ID |
| Transaction data is null |
| Operation not supported for service provider |
| Failed getting transaction |
| Request requires serviceProviderDetails property |
| Missing credit/debit card information |
| Failed getting crypto quote |
| Transactions with credit card information are not supported by the provider. Try to use nonces |
Updated 2 months ago