Simulate tokenization completion
api reference simulate completion of tokenization process { "name" "endpoint /cardmanagement/v1/simulate/tokenization/token completed", "method" "post", "url" "https //sandbox crbcos com/cardmanagement/v1/simulate/tokenization/token completed", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "hiyb6hxbzbif03ihcjxah", "language" "curl", "code" "curl location 'https //sandbox crbcos com/cardmanagement/v1/simulate/tokenization/token completed' \\\\\n data '{\n \\"tokenrequestorid\\" \\"40010030273\\",\n \\"tokenreferenceid\\" \\"dnithe9081730203478143\\"\n}'", "customlabel" "" }, { "id" "ft5vkqvlm1ibrbf8xc9i5", "language" "nodejs", "code" "var request = require('request');\nvar options = {\n 'method' 'post',\n 'url' 'https //sandbox crbcos com/cardmanagement/v1/simulate/tokenization/token completed',\n 'headers' {\n },\n body '{\\\r\\\n \\"tokenrequestorid\\" \\"40010030273\\",\\\r\\\n \\"tokenreferenceid\\" \\"dnithe9081730203478143\\"\\\r\\\n}'\n\n};\nrequest(options, function (error, response) {\n if (error) throw new error(error);\n console log(response body);\n});\n", "customlabel" "" }, { "id" "ikg44td3zax081w4orxvv", "language" "python", "code" "import requests\n\nurl = \\"https //sandbox crbcos com/cardmanagement/v1/simulate/tokenization/token completed\\"\n\npayload = \\"{\\\r\\\n \\\\\\"tokenrequestorid\\\\\\" \\\\\\"40010030273\\\\\\",\\\r\\\n \\\\\\"tokenreferenceid\\\\\\" \\\\\\"dnithe9081730203478143\\\\\\"\\\r\\\n}\\"\nheaders = {}\n\nresponse = requests request(\\"post\\", url, headers=headers, data=payload)\n\nprint(response text)\n", "customlabel" "" }, { "id" "jmuima3fr9sbhutatvesd", "language" "ruby", "code" "require \\"uri\\"\nrequire \\"net/http\"\n\nurl = uri(\\"https //sandbox crbcos com/cardmanagement/v1/simulate/tokenization/token completed\\")\n\nhttps = net http new(url host, url port)\nhttps use ssl = true\n\nrequest = net http post new(url)\nrequest body = \\"{\\\r\\\n \\\\\\"tokenrequestorid\\\\\\" \\\\\\"40010030273\\\\\\",\\\r\\\n \\\\\\"tokenreferenceid\\\\\\" \\\\\\"dnithe9081730203478143\\\\\\"\\\r\\\n}\\"\n\nresponse = https request(request)\nputs response read body\n", "customlabel" "" }, { "id" "afy7cwt 4c2c6vnwr5eob", "language" "go", "code" "package main\n\nimport (\n \\"fmt\\"\n \\"strings\\"\n \\"net/http\"\n \\"io\\"\n)\n\nfunc main() {\n\n url = \\"https //sandbox crbcos com/cardmanagement/v1/simulate/tokenization/token completed\\"\n method = \\"post\\"\n\n payload = strings newreader(`{`+\\"\n\\"+`\n \\"tokenrequestorid\\" \\"40010030273\\",`+\\"\n\\"+`\n \\"tokenreferenceid\\" \\"dnithe9081730203478143\\"`+\\"\n\\"+`\n}`)\n\n client = \&http client {\n }\n req, err = http newrequest(method, url, payload)\n\n if err != nil {\n fmt println(err)\n return\n }\n res, err = client do(req)\n if err != nil {\n fmt println(err)\n return\n }\n defer res body close()\n\n body, err = io readall(res body)\n if err != nil {\n fmt println(err)\n return\n }\n fmt println(string(body))\n}", "customlabel" "" } ], "selectedlanguageid" "hiyb6hxbzbif03ihcjxah" }, "results" { "languages" \[ { "id" "kcrcuayhepl8dhvegmp34", "language" "200", "code" "{\n \\"tokenrequestorid\\" \\"40010030273\\",\n \\"tokenreferenceid\\" \\"dnithe9081730203478143\\"\n}", "customlabel" "" } ], "selectedlanguageid" "kcrcuayhepl8dhvegmp34" }, "request" { "pathparameters" \[], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[ { "name" "tokenrequesterid", "kind" "required", "type" "string", "description" "identifier of the token service provider requesting tokenization ", "" "identifier of the token service provider requesting tokenization " }, { "name" "tokenreferenceid", "kind" "required", "type" "string", "description" "unique reference identifier assigned by the token service provider ", "" "unique reference identifier assigned by the token service provider " } ], "formdataparameters" \[] }, "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" }, "response" \[ { "name" "tokenrequesterid", "kind" "optional", "type" "string", "description" "identifier of the token service provider requesting tokenization " }, { "name" "tokenreferenceid", "kind" "optional", "type" "string", "description" "unique reference identifier assigned by the token service provider ", "children" \[] } ], "hastryitout" false, "autogeneratedanchorslug" "endpoint cardmanagementv1simulatetokenizationtoken", "legacyhash" "x sphgtvjw6sa3mdft10" }