Initiate Tokenization

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

{
"reference": "string",
"isBusinessCustomer": false,
"paymentDetail": {
"card": {
"expirationYear": "string",
"number": "string",
"securityCode": "string",
"expirationMonth": "string"
}
},
"orderInformation": {
"customerDetail": {
"firstName": "string",
"lastName": "string",
"companyName": "string",
"country": "st",
"province": "st",
"city": "string",
"addressLine1": "string",
"postalCode": "string",
"phoneNumber": "string",
"emailAddress": "[email protected]"
}
}
}

Body Params
string
required

This is the merchant's own identifier or system reference for the transaction.

boolean
required
Defaults to false
string
required

This is the customer's, four (4) digits long, bank card expiry year.

string
required

This is the customer's bank card number.

string
required

This is the customer's bank card CVV (card verification value) as seen on the back.

string
required

This is the customer's, two (2) digits long, bank card expiry month.

string
required

The customer's first name.

string
required

The customer's last name.

string
required

The customer's company name if the isBusinessCustomer indicator was set to "true"

string
required

The country in which the customer is in. Please use ISO 3166-1 alpha-2 standard, example "ZA" for South Africa.

string
required

The province or shire in which the customer is in.

string
required

The city or township in which the customer is in.

string
required

The address in which the customer is in.

string
required

The postal code in which the customer is in.

string
required

The customer's phone number.

Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json