Retry a payment on an invoice

Integrators are able to retry a "PAST_DUE" invoice using the retry payment API. Once the retry payment is actioned, the status of the invoice will return to "PROCESSING".

The retry payment API will validate if the paymentMethodToken is still a valid token before allowing the retry payment to proceed. If the paymentMethodToken used is an invalid token, integrators are required to replace the paymentMethodToken for the "PAST_DUE" invoice.

NOTE: It is important to note that integrators are required to manage the MAX retry on their application.

Path Params
string
required

Auto-generated identifier of the invoice.

Body Params
string

Specify if the invoice will re-use the existing payment method token or use a different token as a one-off payment. Supported values are: false - The default value. Use the existing payment method token associated with this invoice. You do not need to provide a new payment method token. true - Use a different payment method token for this one-off payment. Specify the token in paymentMethodToken.

string

Specify the payment method token that will be used for this payment. Only needs to be provided if oneOff is true. Future invoices will not be affected.

Headers
string
required

Merchant ID

Responses

Language
Response
Choose an example:
application/json