retry payment

POST {{baseUrl}}/payto/payments/:payment_uid/retry

Retry a failed payment as long as it has failed due to a retryable 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 24 hours.

Request Body

{"creditor"=>{"party_name"=>"Jane Smith", "account_identifier"=>{"type"=>"bban", "value"=>"123456-98765432"}, "ultimate_party_name"=>"Jane Smith"}, "sandbox"=>{"simulate"=>"financial_infrastructure_unavailable", "delay"=>39040151}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring