diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-01 14:56:51 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-01 15:26:41 +0700 |
| commit | 78469f295acd5931d64c8af483c0261ff2eb6183 (patch) | |
| tree | ff055c4b6759ff4e40f8bc3175de1968cb21e8a5 /testdata | |
| parent | dd24a0248dc011fe43540b7a8f1487ed7d1e5d90 (diff) | |
| download | duitku-78469f295acd5931d64c8af483c0261ff2eb6183.tar.xz | |
all: implement API to check merchant transaction status
The MerchantTxStatus method check the payment status by its orderID and
payment method.
Reference: https://docs.duitku.com/api/en/#check-transaction
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/merchant/inquiry_test.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testdata/merchant/inquiry_test.txt b/testdata/merchant/inquiry_test.txt index c597b22..05262d7 100644 --- a/testdata/merchant/inquiry_test.txt +++ b/testdata/merchant/inquiry_test.txt @@ -19,3 +19,12 @@ "qrString": "", "amount": "10000" } + +<<< tx_status_response.json +{ + "merchantOrderId": "1", + "reference": "$ref", + "amount": "10000", + "statusCode": "01", + "statusMessage": "PROCESS" +} |
