Payments
...
Card Tokens APIs
Card activation
{ "name" "endpoint /cardpayments/v1/cardtokens/{id}/activation", "method" "put", "url" "https //sandbox crbcos com/cardpayments/v1/cardtokens/{id}/activation", "description" "activate or deactivate a card token", "tab" "examples", "examples" { "languages" \[ { "id" "wd2osvm9exz6gdbbmbvon", "language" "javascript", "code" "", "customlabel" "" } ], "selectedlanguageid" "wd2osvm9exz6gdbbmbvon" }, "results" { "languages" \[ { "id" "zskegucw0ij9unybpihiv", "language" "200", "code" "", "customlabel" "" }, { "id" "w5gl11rtuib7wexh6hp d", "language" "400", "code" "{\n \\"errors\\" \[\n {\n \\"code\\" 0,\n \\"message\\" \\"string\\"\n } \n ] \n} ", "customlabel" "" } ], "selectedlanguageid" "zskegucw0ij9unybpihiv" }, "request" { "pathparameters" \[ { "name" "id", "kind" "required", "type" "string", "description" "", "" "required" } ], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[ { "name" "activate", "kind" "required", "type" "boolean", "description" "", "" "required" } ], "formdataparameters" \[] }, "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" }, "hastryitout" false, "response" \[ { "name" "id", "kind" "optional", "type" "string", "description" "" }, { "name" "partnerid", "kind" "optional", "type" "string", "description" "your id in the cross river system this id is in guid format " }, { "name" "productid", "kind" "optional", "type" "string", "description" "your id in the cross river system this id is in guid format " }, { "name" "token", "kind" "optional", "type" "string", "description" "" }, { "name" "authorizationstatus", "kind" "optional", "type" "string", "description" "responses can be \n notrequired\n new\n pending\n approved\n rejected\n failed" }, { "name" "statusreasoncode", "kind" "optional", "type" "string", "description" "values \n notset\n damaged\n expired\n lost\n fraudcompromised\n return\n newenrollment\n stolen\n adminblocked\n fraud blocked" }, { "name" "statusreasondescription", "kind" "optional", "type" "string", "description" "a description explaining the reason code " }, { "name" "isauthorized", "kind" "optional", "type" "string", "description" "" }, { "name" "firstname", "kind" "optional", "type" "string", "description" "first name of card holder" }, { "name" "lastname", "kind" "optional", "type" "string", "description" "last name of card holder" }, { "name" "address", "kind" "optional", "type" "object", "description" "address of card holder", "children" \[ { "name" "street1", "kind" "optional", "type" "string", "description" "additional address information 255 character maximum " }, { "name" "street2", "kind" "optional", "type" "string", "description" "additional address information 255 character maximum " }, { "name" "city", "kind" "optional", "type" "string", "description" "city full name 50 character maximum" }, { "name" "state", "kind" "optional", "type" "string", "description" "" }, { "name" "postalcode", "kind" "optional", "type" "string", "description" " us 5 digits, a zip+4 code with optional space or dash separator (12345, 12345 6789, 12345 6789, 123456789) \n canada a valid canadian zip code\n other up to 9 chars , letters, numbers, spaces, dashes do not contain double spaces or dashes" }, { "name" "countrycode", "kind" "optional", "type" "string", "description" "main address for the customer 2 letter iso country code" } ] }, { "name" "isaddressverified", "kind" "optional", "type" "boolean", "description" "" }, { "name" "phone", "kind" "optional", "type" "string", "description" "" }, { "name" "emailaddress", "kind" "optional", "type" "string", "description" "" }, { "name" "binnumber", "kind" "optional", "type" "string", "description" "" }, { "name" "panlastfour", "kind" "optional", "type" "string", "description" "" }, { "name" "expirationmonth", "kind" "optional", "type" "integer", "description" "" }, { "name" "expirationyear", "kind" "optional", "type" "integer", "description" "" }, { "name" "isexpired", "kind" "optional", "type" "boolean", "description" "" }, { "name" "cardbrand", "kind" "optional", "type" "string", "description" "will be one of the following \n americanexpress\n chinaunionpay\n dankort\n dinersclub\n discover\n hipercard\n jcb\n laser\n maestro\n mastercard\n rupay\n solo\n switch\n visa\n unknown" }, { "name" "capabilities", "kind" "optional", "type" "object", "description" "", "children" \[ { "name" "fastfundssupported", "kind" "optional", "type" "boolean", "description" "" }, { "name" "domesticpushenabled", "kind" "optional", "type" "boolean", "description" "" }, { "name" "domesticpullenabled", "kind" "optional", "type" "boolean", "description" "" }, { "name" "internationalpushenabled", "kind" "optional", "type" "boolean", "description" "" }, { "name" "internationalpullenabled", "kind" "optional", "type" "boolean", "description" "" } ] }, { "name" "issuercountrycode", "kind" "optional", "type" "string", "description" "" }, { "name" "clientidentifier", "kind" "optional", "type" "string", "description" "a string that identifies the client associated with the payment max 50 characters" }, { "name" "createdat", "kind" "optional", "type" "string", "description" "" }, { "name" "isactive", "kind" "optional", "type" "boolean", "description" "" }, { "name" "authorizedat", "kind" "optional", "type" "string", "description" "" }, { "name" "deactivatedat", "kind" "optional", "type" "string", "description" "" }, { "name" "lastmodifiedat", "kind" "optional", "type" "string", "description" "" } ] }