Operation 7: Create Token

POST https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/token

Request Body

{"session"=>{"id"=>"{{tokenSessionId}}"}}

RESPONSES

status: Created

{"billing":{"address":{"city":"Tampa","company":"ARC","country":"USA","postcodeZip":"11124","stateProvinceCode":"FL","street":"123 test street","street2":"323 qe drive"}},"correlationId":"test adding correlationId","customer":{"firstName":"TEST","lastName":"TEST","mobilePhone":" +1 607 1234 5678","phone":" +1 607 1234 5678","taxRegistrationId":"TESTtaxRegId"},"repositoryId":"TESTARCPROD001","response":{"gatewayCode":"BASIC_VERIFICATION_SUCCESSFUL"},"result":"SUCCESS","sourceOfFunds":{"provided":{"card":{"brand":"MASTERCARD","expiry":"0139","fundingMethod":"CREDIT","issuer":"AFRILAND FIRST BANK","number":"512345xxxxxx2346","scheme":"MASTERCARD"}},"type":"CARD"},"status":"VALID","token":"5123455251412346","usage":{"lastUpdated":{"merchantId":"merchantId","time":"2023-03-16T21:43:37.099Z"},"lastUsedTime":"2023-03-16T21:43:37.134Z"},"verificationStrategy":"BASIC"}