v1
latestOpenAPI 3.1.02026-07-2469193340.0 KBPayments
retry payment
Retry a failed payment as long as it has failed due to a [retryable]https://docs.zeptopayments.com/reference/payto-reason-codes) reason as indicated by the retryable boolean field within the payment's failure object. Payments may be retried up to 10 times while within the related agreement's validity begin and end dates. Additionally, payments can only be retried 5 times within a 24 hour period (the first submission is included in this count).
post/payto/payments/{payment_uid}/retry
Request body
Example request
{
"creditor": {
"party_name": "Jane Smith",
"ultimate_party_name": "Jane Smith",
"account_identifier": {
"value": "123456-98765432"
}
}
}Response
successful