diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-13 17:33:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-13 17:33:01 +0700 |
| commit | 045bebed5043fcb98a058c12dc9c6f0ee3937f61 (patch) | |
| tree | 7b99ddf7050371af1388b9d1331a8aed77360660 | |
| parent | 7e3c3fb5906aabcb9960aa7b61c7459bdba81cbd (diff) | |
| download | duitku-045bebed5043fcb98a058c12dc9c6f0ee3937f61.tar.xz | |
Release duitku v0.1.0 (2025-07-13)v0.1.0
List of supported HTTP APIs,
* Disbursement,
** Transfer online
** Clearing
** Inquiry list bank
** Check balance
* Merchant,
** Get payment method
** Inquiry
** Check transaction status
| -rw-r--r-- | CHANGELOG.adoc | 19 | ||||
| -rw-r--r-- | README | 2 |
2 files changed, 21 insertions, 0 deletions
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^] @@ -21,6 +21,8 @@ List of supported HTTP APIs, ## Development +<https://kilabit.info/project/duitku/CHANGELOG.html> - History of releases. + <https://kilabit.info/project/duitku/> - Project page. <https://git.sr.ht/~shulhan/duitku> - Link to the source code repository. |
