| Age | Commit message (Collapse) | Author |
|
Some API now return "SUCCESS" instead of "Success", which is inconsistent
with the rest.
|
|
The Timeout option affect how long the client wait for connect and waiting
for response.
|
|
The response fields for MerchantInquiry use statusCode and statusMessage
instead of responseCode and responseDesc.
|
|
The MerchantTxStatus method check the payment status by its orderID and
payment method.
Reference: https://docs.duitku.com/api/en/#check-transaction
|
|
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
|
|
The PaymentMerchant will be used if the payment method during inquiry
exist as the key in it; otherwise it will use DefaultMerchant
|
|
The MerchantPaymentMethod method return list of payment methods enabled
by merchant (your project).
|
|
|
|
While at it, compare the test response directly by overwriting
CustRefNumber and DisburseID.
|
|
The InquiryStatus get the status of previous Transfer.
Ref: https://docs.duitku.com/disbursement/en/#inquiry-status
|
|
|
|
|
|
The ClearingTransfer method do the clearing transfer using request and
response from Clearing Inquiry.
|
|
The ClearingInquiry method is used to initiate the transfer for Clearing
using LLG, RTGS, H2H, or BI-FAST.
|
|
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.
|
|
Currently, the client provide API for fetching list of banks for
disbursement.
See https://docs.duitku.com/ for reference.
|