From 045bebed5043fcb98a058c12dc9c6f0ee3937f61 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 13 Jul 2025 17:33:01 +0700 Subject: Release duitku v0.1.0 (2025-07-13) List of supported HTTP APIs, * Disbursement, ** Transfer online ** Clearing ** Inquiry list bank ** Check balance * Merchant, ** Get payment method ** Inquiry ** Check transaction status --- CHANGELOG.adoc | 19 +++++++++++++++++++ README | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 CHANGELOG.adoc diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc new file mode 100644 index 0000000..7017341 --- /dev/null +++ b/CHANGELOG.adoc @@ -0,0 +1,19 @@ += duitku releases notes + +[#duitku_v0_1_0] +== duitku v0.1.0 (2025-07-13) + +List of supported HTTP APIs, + +* Disbursement, + +** https://docs.duitku.com/disbursement/en/#transfer-online[Transfer online^] +** https://docs.duitku.com/disbursement/en/#clearing-transaction-flow[Clearing^] +** https://docs.duitku.com/disbursement/en/#inquiry-list-bank[Inquiry list bank^] +** https://docs.duitku.com/disbursement/en/#inquiry-check-balance-request[Check balance^] + +* Merchant, + +** https://docs.duitku.com/api/en/#get-payment-method[Get payment method^] +** https://docs.duitku.com/api/en/#request-transaction[Inquiry^] +** https://docs.duitku.com/api/en/#check-transaction[Check transaction status^] diff --git a/README b/README index 151ac3b..9ff299e 100644 --- a/README +++ b/README @@ -21,6 +21,8 @@ List of supported HTTP APIs, ## Development + - History of releases. + - Project page. - Link to the source code repository. -- cgit v1.3