v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Create Card Token

post/?cctoken

Query parameters

epistring required

EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2

txn_typestring required

Transaction type always should be set as 'cardToken'

client_tokenstring required

Client token can be generated from <a href="https://valorapi.readme.io/reference/create-page-token" target="_blank"><b>Create Page Token</b></a>

panstring required

Customer card number 15 to 19 digits

expirydatestring date required

Card expiry date, Accepted expiry MMYY & MM/YY (The expiration date must be exactly 4 characters long, consisting of a 2-digit month (with a leading zero if necessary) followed by a 2-digit year (e.g., "0526"))

Response

200

error_nostring
error_codestring
cardTokenstring
card_brandstring
{"stackTrail":"paths:/?cctoken:post:responses:200:content:application/json:schema:properties:response","oasType":"schema","type":"unknown"}

Example response

{
  "error_no": "S00",
  "error_code": "S00",
  "cardToken": "DE8BC1E33AA9C86BB9DF84904B63925726663C0F",
  "card_brand": "Visa"
}