| Age | Commit message (Collapse) | Author |
|
The share module has been migrated and renamed to
git.sr.ht/~shulhan/pakakeh.go.
|
|
The Timeout option affect how long the client wait for connect and waiting
for response.
|
|
The PaymentMerchant will be used if the payment method during inquiry
exist as the key in it; otherwise it will use DefaultMerchant
|
|
Since the callback and return URL rarely changes, setting this in
ClientOptions can simplify creating MerchantInquiry request.
|
|
The LoadClientOptions load the ClientOptions from configuration file.
The file configuration is using INI, for example
[duitku]
server_url = https://sandbox.duitku.com
disburse_user_id = 3551
disburse_email = test@chakratechnology.com
disburse_api_key = de5...
|
|
This is to differentiate options between Merchant and Disbursement.
|
|
We add additional merchant code and API key for Indomaret transaction.
|
|
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.
|
|
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
|
|
Currently, the client provide API for fetching list of banks for
disbursement.
See https://docs.duitku.com/ for reference.
|