| Age | Commit message (Collapse) | Author |
|
The ClearingTransfer method do the clearing transfer using request and
response from Clearing Inquiry.
|
|
The type in request is always be an int.
|
|
The ClearingInquiry method is used to initiate the transfer for Clearing
using LLG, RTGS, H2H, or BI-FAST.
|
|
Since most methods are call to disbursement methods, adding Disbursement
in the method names not only make it longer but sligtly redundant.
|
|
This is to make documentation for the type that embed those types more
clear.
|
|
The RtolTransfer do the actual transfer to customer's bank account using
the request and response from RtolInquiry.
|
|
The RtolInquiry method get the information of the name of the account
owner of the transfer destination.
After getting this information, customers can determine whether the
purpose of such a transfer is in accordance with the intended or not.
If appropriate, the customer can proceed to the transfer process.
Ref: https://docs.duitku.com/disbursement/en/#transfer-online
|
|
This is to minimize the memory usage.
In the response struct we remove unused Data field.
|
|
The DisbursementCheckBalance return the current and effective user's
balance.
|
|
This is to make the consumer of the module able to mock the endpoint using
the known path.
|
|
Currently, the client provide API for fetching list of banks for
disbursement.
See https://docs.duitku.com/ for reference.
|