get
https://sandbox-api.readyremit.com/v1/nonce
The GET /nonce endpoint generates a unique nonce identifier that can be used to prevent duplicate transfer submissions.
Implementation Guide:
- Call this endpoint before initiating a transfer to obtain a unique nonce identifier.
- Include the returned nonce value in the
POST /transfersrequest body. - Each nonce can only be used once. If a transfer request is submitted with a nonce that has already been used, the request will be rejected.
- Nonces are associated with the authenticated customer and cannot be used by other customers.
- Use nonces to implement idempotency and prevent accidental duplicate transfers caused by network issues or user double-clicks.
