Create a token for a credit card

This service generates a credit card token for use during payments.

Request

This endpoint expects an object.
sourcestringRequired=2 characters
Specifies the source system for this request
panstringRequiredformat: "^[0-9]{13,19}$"
Card PAN to be tokenised
expiryMonthintegerRequired1-12
expiryYearintegerRequired>=2018
cardHolderNamestringOptional
The name of the card holder, as printed on the card

Response

OK
outcomeenum
The outcome of the tokenise request
tokenstring

The tokenised value for the card specified in the request. Tokens are single-use only.