Skip to content
Gowd Platform Production

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-prd”

object
card

The card data.

object
firstName
required

Card Holder first name

string
lastName
required

Card Holder last name

string
email
required

Card Holder email

string
cardNumber
required

Card number

string
cardExpirationMonth
required

Card expiration month

string
cardExpirationYear
required

Card expiration year

string
cvv
required

Card security verification code.

string
address

The billing address.

object
street
required

Billing address street

string
city
required

Billing address city

string
state
required

Billing address state

string
zipCode
required

Billing address zip code

string
country
required

Billing address country

string
amount
required

Amount of the transaction.

object
currency
required

Currency

string
Allowed values: BRL USD USDT BUSD
value
required

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

string
document
required

The document of the customer.

object
type
required

Type of document, used when providing an ID number.

----------------------------
Brasil
----------------------------
CPF
CNPJ
OTHERS

----------------------------
Mexico
----------------------------
CURP,
RFC
string
Allowed values: CPF CNPJ OTHERS CURP RFC
number
required

The number in the document.

string

The resource was returned successfully

object
token
required

Card Token

string

The request is not valid

Array<string>

Resource not found

Array<string>

An unexpected error occurred inside the server

Array<string>