aboutsummaryrefslogtreecommitdiff
path: root/testdata/disbursement
AgeCommit message (Collapse)Author
2025-07-12all: fix tests based on recent API responseShulhan
Some API now return "SUCCESS" instead of "Success", which is inconsistent with the rest.
2023-01-20all: fix and un-skip testing Clearing Inquiry and TransferShulhan
2023-01-20all: move test files for disbursement under its own directoryShulhan
While at it, compare the test response directly by overwriting CustRefNumber and DisburseID.
2023-01-20all: implement client API for InquiryStatusShulhan
The InquiryStatus get the status of previous Transfer. Ref: https://docs.duitku.com/disbursement/en/#inquiry-status
2022-11-18testdata/disbursement: fix typo in bankAccount numberShulhan
2022-11-07all: update README, license headers, and add MakefileShulhan
2022-11-07all: implement client API for Clearing TransferShulhan
The ClearingTransfer method do the clearing transfer using request and response from Clearing Inquiry.
2022-11-07all: implement client API for Clearing InquiryShulhan
The ClearingInquiry method is used to initiate the transfer for Clearing using LLG, RTGS, H2H, or BI-FAST.