Get 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 /transfers request 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.
Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here!