v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Deposit

Issue card token

The endpoint issues a card token for the specified card number.

Request Headers:

  • Authorization: JWT token from the Issue JWT token response field data.token (Required)
  • Content-Type: application/json (Required)

Use the data.token value returned by Issue JWT token as the Authorization header when calling this Fiat Gateway endpoint.

<Warning> Rate limit: 1000 requests/10 sec. </Warning> <Note> The API does not cache the response. </Note>
post/api/card-token

Request body

cardNumberstring required

Target card number

Example request

{
  "cardNumber": "4111111111111111"
}

Response

Validation succeeded and card token is returned