Add Card Service
Add Card Service Request Model;
Method
API URL
Parameter
The parameters to be sent to the service are as follows;
Add Card Service Request Message Parameters
Parameters
Type
Compulsory
Description
Parameters
Type
Compulsory
Description
Here is a sample JSON file to send to the service;
{
"MERCHANT": "TEST1234",
"MERCHANT_KEY": "4oK26hK8MOXrIV1bzTRVPA==",
"ORDER_REF_NUMBER": "ORDER_REF_NUMBER",
"CARD" : {
"CC_NUMBER": "4531444531442283",
"EXP_MONTH": "12",
"EXP_YEAR": "2026",
"CC_CVV": "111",
"CC_OWNER": "TEST USER"
}
}
Add Card Service Reply Message;
The parameters of the reply message sent from the service after the transaction are as follows;
Add Card Service Reply Message Parameters
Parameters
Type
Compulsory
Description
Last updated