aboutsummaryrefslogtreecommitdiff
path: root/testdata/merchant
AgeCommit message (Collapse)Author
2023-03-23all: fix the response fields on MerchantInquiryResponseShulhan
The response fields for MerchantInquiry use statusCode and statusMessage instead of responseCode and responseDesc.
2023-02-01all: implement API to check merchant transaction statusShulhan
The MerchantTxStatus method check the payment status by its orderID and payment method. Reference: https://docs.duitku.com/api/en/#check-transaction
2023-02-01all: implement API for Merchant InquiryShulhan
The MerchantInquiry API request payment to the Duitku system (via virtual account numbers, QRIS, e-wallet, and so on). Ref: https://docs.duitku.com/api/en/#request-transaction
2023-01-31all: implement API to get active payment method for merchantShulhan
The MerchantPaymentMethod method return list of payment methods enabled by merchant (your project).