aboutsummaryrefslogtreecommitdiff
path: root/clearing_transfer.go
AgeCommit message (Collapse)Author
2023-01-31all: add prefix Disburse to UserID, Email, and ApiKey in ClientOptionsShulhan
This is to differentiate options between Merchant and Disbursement.
2022-11-18all: export types RtolTransfer, ClearingTransfer and method SignShulhan
The idea is to allow testing the client from other module without using the provided APIs.
2022-11-10all: change the inquiry and transfer parameter to pointerShulhan
Since the call to inquiry/transfer modify the parameter fields, we need to pass it as pointer so the caller can inspect or log the request values.
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.