Operation 9: Update Token
PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/token/{{tokenIdForPay}}
Request Body
{"correlationId"=>"testcorrelationid", "sourceOfFunds"=>{"provided"=>{"card"=>{"expiry"=>{"month"=>"01", "year"=>"39"}, "number"=>"5123456789012346"}}, "type"=>"CARD"}, "billing"=>{"address"=>{"city"=>"Tampa", "company"=>"tokencompany", "country"=>"USA", "postcodeZip"=>"33619", "stateProvince"=>"FLORIDA", "stateProvinceCode"=>"FL", "street"=>"100 test token drive", "street2"=>"Street2 for token billing address"}}, "device"=>{"ipAddress"=>"555.111.111.222"}, "customer"=>{"email"=>"createtokentest@mail.com", "taxRegistrationId"=>"taxregid"}, "shipping"=>{"address"=>{"city"=>"Tampa", "country"=>"USA", "postcodeZip"=>"33619", "stateProvince"=>"FLORIDA", "street"=>"1000 shipping street", "street2"=>"Street2 for token billing address"}, "contact"=>{"firstName"=>"Cary", "lastName"=>"Arnold"}, "origin"=>{"postcodeZip"=>"33619"}}, "transaction"=>{"currency"=>"USD"}, "verificationStrategy"=>"BASIC"}
RESPONSES
status: Created
{"billing":{"address":{"city":"Tampa","company":"tokencompany","country":"USA","postcodeZip":"33619","stateProvince":"FLORIDA","stateProvinceCode":"FL","street":"100 test token drive","street2":"Street2 for token billing address"}},"correlationId":"testcorrelationid","customer":{"email":"createtokentest@mail.com","taxRegistrationId":"taxregid"},"device":{"ipAddress":"555.111.111.222"},"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:44:07.125Z"},"lastUsedTime":"2023-03-16T21:43:37.124Z"},"verificationStrategy":"BASIC"}