Create Payment Error Example
When a Create Payment request cannot be completed, Rapyd returns an error code with a message.
For example, if the funds do not cover the transaction, the response includes the ERROR_CREATE_PAYMENT_INSUFFICIENT_FUNDS error.
{ "status": { "error_code": "ERROR_CREATE_PAYMENT_INSUFFICIENT_FUNDS", "status": "ERROR", "message": "The request tried to create a payment, but there were insufficient funds for the transaction. The request was rejected. Corrective action: None. Contact the customer.", "response_code": "ERROR_CREATE_PAYMENT_INSUFFICIENT_FUNDS", "operation_id": "c9ef7f0c-07e0-4c85-9491-5d517920fb04" } }
For a list of all payment error codes and messages, see Payment Errors.