@untools/pay-paystack 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [0.2.0](https://github.com/aevrHQ/pay/compare/pay-paystack@v0.1.0...pay-paystack@v0.2.0) (2026-05-09)
6
+
7
+
8
+ ### Features
9
+
10
+ * add callback URL support for Flutterwave payouts and resolved name handling ([17e622a](https://github.com/aevrHQ/pay/commit/17e622a5a1eb6dce00edc2833f614cd2f9e1b965))
11
+ * add Flutterwave payout support with account resolution, recipient creation, and payout verification ([71b28ec](https://github.com/aevrHQ/pay/commit/71b28ec59cf80cbf453a0b4ff3c127a2d71fd679))
12
+ * add paymentReference to PayoutWebhookEvent and update lookup strategy in createPayoutsDomain ([5878f88](https://github.com/aevrHQ/pay/commit/5878f88aca9ed6a91e40bac0dba5a06f44ca28bf))
13
+ * add payout functionality with provider selection, recipient registration, and transaction processing ([f10828c](https://github.com/aevrHQ/pay/commit/f10828c2cf214c1e1e58ca40d457a28135e5d6ce))
14
+ * add payouts domain for managing payout recipients and operations ([9f93523](https://github.com/aevrHQ/pay/commit/9f93523479d114873f497cb478fbea5885d8b6fc))
15
+ * **docs:** add SPEC-PAYOUTS guidelines for payouts and rewards ([26daed3](https://github.com/aevrHQ/pay/commit/26daed3002e627d269b20ae239c3f55fcb4e6997))
16
+ * enhance payout functionality with bank search, log export, and recipient management ([5d41162](https://github.com/aevrHQ/pay/commit/5d411622b35f3741055ad7291f1c34578827a6cc))
17
+ * enhance payout functionality with recipient details and asset transfer support ([fb75021](https://github.com/aevrHQ/pay/commit/fb7502167a36f6e84599642cedee4580763b527b))
18
+ * implement payout fee policy with flat, percentage, and cap configurations ([829d271](https://github.com/aevrHQ/pay/commit/829d271add629c786daa2dacaea968466784ec81))
19
+ * implement payout functionality with recipient management and asset transfer support ([e63ddcf](https://github.com/aevrHQ/pay/commit/e63ddcf0ba461683c15a703532f932f1a7a5984d))
20
+ * **pay-flutterwave:** add bank payout support ([f56ee23](https://github.com/aevrHQ/pay/commit/f56ee232846d2fff55c6b483eac469c83b43ff26))
21
+
5
22
  ## 0.1.0 (2026-05-08)
6
23
 
7
24
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@untools/pay-paystack",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Paystack provider adapter for @untools/pay",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",