Submit a payment to retry cycle

This API request submits a failed payment to the Configurable Payment Retry retry cycle. The request adds the failed payment to the existing CPR retry cycle. If no CPR retry cycle exists, this request creates a new one and adds the failed payment.

Request
Request Body schema: application/json
payment_id
string

ID of a failed payment.

Responses
200
post/api/v1/payments/submit_failed_payment
Request samples
application/json
{
  • "payment_id": "2c92c0867849d42301784bc9ce806c31"
}
Response samples
application/json
{
  • "success": true,
  • "message": "Payment entered into retry process"
}