Retry Open Banking Payment RESTful API
API Details
The Retry Payment service allows you to re-try a payment that is in a non-final status:
Note that:
- The payment must be in an appropriate “retry-able” status.
- The request must be made within the configured timeout period (default is 15 minutes).
- You must pass the original
paymentId
and the requiredbankId
.
Tip: This service is only required for
SELF-HOSTED
and SELF-HOSTED-CALLBACK
integrations; for CHECKOUT
and REDIRECT
users, the logic for handling retries is built into the Nuapay TPP user unterface.See Payment Retries for more details.
Swagger Reference:
Open Banking
Note:
When working with our APIs, please use the Sandbox URI when testing and the Live URI when you move to Production.
LIVE https://api.nuapay.com/tpp SANDBOX https://sandbox.nuapay.com/tpp
If you haven't done so already and would like to do some testing, please Request Sandbox Access
Important: Endpoints and Webhooks may be extended from time to time and any changes we make will follow our Versioning and Backward Compatibility rules. This means that the code that you write today must be designed to be robust enough to handle any future changes (where a new object is added to (or removed from) a specific API response, for example).