Transaction Request Example

Purchase

{
    "clientId": "825420368247390208",
    "merchantId": "10800000003",
    "posId": "testPos",
    "tradeNo": "202404231080000000908",
    "transType": "Purchase",
    "transScheme": "Credit",
    "callerName": "test merchant",
    "transAmount": 100,
    "otherAmount": 0,
    "tipAmount": 0,
    "currencyCode": "458",
    "reqTransDate": "20241219",
    "reqTransTime": "095200",
    "enableReceipt": false,
    "appendingReceiptInfo": "",
    "skipConfirmProcedure": false
}

Refund

{
    "clientId": "825420368247390208",
    "merchantId": "10800000003",
    "posId": "testPos",
    "tradeNo": "202404231080000000909",
    "transType": "Refund",
    "transScheme": "Credit",
    "callerName": "test merchant",
    "transAmount": 100,
    "otherAmount": 0,
    "tipAmount": 0,
    "currencyCode": "458",
    "reqTransDate": "20241219",
    "reqTransTime": "095200",
    "enableReceipt": false,
    "appendingReceiptInfo": "",
    "skipConfirmProcedure": false,
    "oriTransId": "250520170313",
    "oriInvoiceNum": "250520170313",
    "oriTransIndexCode": "202404231080000000908"
}

Void/Reversal

{
    "clientId": "825420368247390208",
    "merchantId": "10800000003",
    "posId": "testPos",
    "tradeNo": "202404231080000000911",
    "transType": "Reversal",
    "transScheme": "Credit",
    "callerName": "test merchant",
    "transAmount": 100,
    "otherAmount": 0,
    "tipAmount": 0,
    "currencyCode": "458",
    "reqTransDate": "20241219",
    "reqTransTime": "095200",
    "enableReceipt": false,
    "appendingReceiptInfo": "",
    "skipConfirmProcedure": false,
    "oriTransId": "250520171016",
    "oriInvoiceNum": "250520171016",
    "oriTransIndexCode": "202404231080000000910"
}

PreAuth

{
    "clientId": "825420368247390208",
    "merchantId": "10800000003",
    "posId": "testPos",
    "tradeNo": "202404231080000000912",
    "transType": "PreAuth",
    "transScheme": "Credit",
    "callerName": "test merchant",
    "transAmount": 100,
    "otherAmount": 0,
    "tipAmount": 0,
    "currencyCode": "458",
    "reqTransDate": "20241219",
    "reqTransTime": "095200",
    "enableReceipt": false,
    "appendingReceiptInfo": "",
    "skipConfirmProcedure": false,
}

IncrementalAuth

{
    "clientId": "825420368247390208",
    "merchantId": "10800000003",
    "posId": "testPos",
    "tradeNo": "202404231080000000913",
    "transType": "IncrementalAuth",
    "transScheme": "Credit",
    "callerName": "test merchant",
    "transAmount": 100,
    "otherAmount": 0,
    "tipAmount": 0,
    "currencyCode": "458",
    "reqTransDate": "20241219",
    "reqTransTime": "095200",
    "enableReceipt": false,
    "appendingReceiptInfo": "",
    "skipConfirmProcedure": false,
    "oriTransId": "250520171409",
    "oriInvoiceNum": "250520171409",
    "oriTransIndexCode": "202404231080000000912"
}

PartialReversal

{
    "clientId": "825420368247390208",
    "merchantId": "10800000003",
    "posId": "testPos",
    "tradeNo": "202404231080000000914",
    "transType": "PartialReversal",
    "transScheme": "Credit",
    "callerName": "test merchant",
    "transAmount": 100,
    "otherAmount": 0,
    "tipAmount": 0,
    "currencyCode": "458",
    "reqTransDate": "20241219",
    "reqTransTime": "095200",
    "enableReceipt": false,
    "appendingReceiptInfo": "",
    "skipConfirmProcedure": false,
    "oriTransId": "250520171409",
    "oriInvoiceNum": "250520171409",
    "oriTransIndexCode": "202404231080000000912"
}

AuthCompletion / Capture

{
    "clientId": "825420368247390208",
    "merchantId": "10800000003",
    "posId": "testPos",
    "tradeNo": "202404231080000000915",
    "transType": "AuthCompletion",
    "transScheme": "Credit",
    "callerName": "test merchant",
    "transAmount": 100,
    "otherAmount": 0,
    "tipAmount": 0,
    "currencyCode": "458",
    "reqTransDate": "20241219",
    "reqTransTime": "095200",
    "enableReceipt": false,
    "appendingReceiptInfo": "",
    "skipConfirmProcedure": false,
    "oriTransId": "250520171409",
    "oriInvoiceNum": "250520171409",
    "oriTransIndexCode": "202404231080000000912"
}

Last updated