Generate card token
POST /order/v1/client-token-3ds/card-token
Generate card token by Provider
NOTE: Please, to authenticate use the scope: “api://app-order-hml”
Request Body required
Section titled “Request Body required ”object
The card data.
object
Card Holder first name
Card Holder last name
Card Holder email
Card number
Card expiration month
Card expiration year
Card security verification code.
The billing address.
object
Billing address street
Billing address city
Billing address state
Billing address zip code
Billing address country
Amount of the transaction.
object
Currency
The amount of the transaction, in minor units. Minor Units Format ------------------ All amount values must be formatted in that currency’s smallest unit. Two-decimal currency (for example Real): R$ 10,95 BRL, amount will be “10.95”. Two-decimal currency (for example US Dollars): $10.95 USD, amount will be “10.95”. Zero-decimal currency (for example Japanese Yen): ¥1095 JPY, amount will be “1095”. Click here to download the latest official ISO 4217 Currency Table, with Minor Units (number of decimal places) per currency
The document of the customer.
object
Type of document, used when providing an ID number.
----------------------------
Brasil
----------------------------
CPF
CNPJ
OTHERS
----------------------------
Mexico
----------------------------
CURP,
RFC
The number in the document.
Responses
Section titled “ Responses ”The resource was returned successfully
object
Card Token
The request is not valid
Resource not found
An unexpected error occurred inside the server