Extradition request
Marketplace Return Request Service Request Model;
Method
API URL
Parameter
SubMerchantDetails field must be filled to specify which store's payment should be refunded in the refund request.
The parameters to be sent to the service are as follows;
Parameters
Type
Compoltye
Description
Here is a sample JSON file to send to the service;
{
"MERCHANT": "TEST1234",
"MERCHANT_KEY": "4oK26hK8MOXrIV1bzTRVPA==",
"ORDER_REF_NUMBER": "412",
"AMOUNT": "5",
"SubMerchantDetails":[{
"EXTERNAL_ID":"EXTERNAL_ID1",
"AMOUNT":"5.00"
}]
}
Marketplace Return Request 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