Store Credit Reduction
Method
API URL
Parameter
The amount owed by the store (submerchant) transmitted at the time of collection can be reduced later.
The parameters to be sent to the service are as follows;
Parameters
Type
Compulsory
Descripiton
Here is a sample JSON file to send to the service;
{
"MERCHANT": "TEST1234",
"MERCHANT_KEY": "4oK26hK8MOXrIV1bzTRVPA==",
"ORDER_REF_NUMBER": "412",
"EXTERNAL_ID": "EXTERNAL_ID1",
"AMOUNT": -5
}
Store Credit Reduction Service Reply Message;
The parameters of the reply message sent from the service after the transaction are as follows;
Parameters
Type
Compulsory
Description
Last updated