2. New Card / Tokenization
You can store the tokenized card information obtained via the client on your servers, along with the relevant user details.
Save New Card / Tokenization
Parameter
Type
Compulsory
Description
The parameters that must be sent to the service (BODY) are as follows:
Parameter
Type
Compulsory
Description
{
"PartnerBased": false,
"PartnerIdentity": "",
"RelationalId1": "1000923",
"RelationalId2": "",
"RelationalId3": "",
"Card": {
"CardToken": "580a3866-0055-4486-8c4b-96c8ac173e32",
"Nickname": "Test Nickname"
},
"IncludeDetails": true
}Parameter
Type
Description
Last updated