Retry payment
POST/api/v1/payment/retry
This request creates a RETRY transaction and may change the payment final status.
Use this Retry call to charge fund charging in a secondary recurring payment in case of a soft decline on the first try.
On success, you get a result attribute that is equal to "accepted".
Request
Responses
- 200
- 400
- 401
Retry request accepted
Bad request (e.g., missing parameters or invalid hash)
Unauthorized (invalid merchant key or hash)