Server To Server Callback (BETA)
Kindly refer command below for API interation.
| Item | Description |
|---|---|
| Setup Details | The HTTP communication protocol was used to communicate between Share Commerce Server and Master Merchat Server. |
| URL | The callback URL is provided by Master Merchant. |
| Message Format | Json structure |
| Header | Content-Type: application/json |
| Header | SCSign : "39d1abe63b7dd29dadbe059ddceeb3fe4bc8a1424856141f5fb8afcdaa513194" (Example key: 123456) |
Callback Message (Sample)
{
"RespCode": "00",
"RespDesc": "Approved",
"AcquirerCode": "BSN",
"TransactionType": "1",
"TransactionAmount": 100.00,
"TransactionMID": "MID1234567890",
"TransactionTID": "TID123456",
"TransactionSTN": "STN123456",
"TransactionRRN": "RRN1234567890",
"TransactionBatchNo": "Batch001",
"TransactionApplicationLabel": "AppLabel",
"TransactionCardNo": "4111111111111111",
"TransactionCardType": "Credit",
"TransactionCardScheme": "Visa",
"TransactionEntryType": "Contactless",
"TransactionARQC": "ARQC123456",
"TransactionTVR": "0000000000",
"TransactionAID": "AID1234567890",
"TransactionCVM": "Online PIN",
"TransactionApprovalCode": "APPROVAL1234",
"TransactionInvoice": "INV123456",
"TransactionSchemeID": "Scheme001",
"TransactionQRRefId": "QR1234567890",
"TransactionDateTime": "2024-08-05T10:15:30Z",
"TransactionVoidDateTime": null
}
Response (Sample)
{
"Status" : "ok"
}