For a worked example of a resend One-Time-Password (OTP) process, see the Resend Conversation example.
When you use this service it is assumed:
- You have created an e-mandate and have issued an OTP to the payer.
- The payer has lost that code (for example, the user deletes the SMS or email message in error)
- The payer has requested that a new code is issued.
Note that an OTP can be retried up to a maximum of 5 times. On the 5th retry the resend
view is not available.
You must have first retrieved the E-Mandate token via the Prepare Mandate before you can call this APIs |
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 SANDBOX https://sandbox.nuapay.com/
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).