Releases: morukele/paystack-rs
Support for Terminal Endpoint
The Paystack-rs crate now has full support for the Paystack Terminal endpoint.
What's Changed
- Restructure functions by @morukele in #16
- Terminal by @morukele in #28
- updated CI/CD to allow PR to have access to test secrets by @morukele in #30
- added env variables to test run by @morukele in #31
- cleanup by @morukele in #32
- changed all &str to String by @morukele in #33
- Transaction Split Tests by @Lilit0x in #29
New Contributors
Full Changelog: v0.2.0...v0.2.1
Support for the Subaccount API
Implemented all the Subaccount API routes for the Paystack client. The following operations are now possible:
- Create a subaccount
- List all subaccounts
- Fetch a subaccount based on ID or subaccount code
- Updated a subaccount based on ID or subaccount code
What's Changed
- Implemented the Transaction Split API by @morukele in #9
- Customer api implementation by @morukele in #11
- Preparation for Transaction-Split-Test by @morukele in #12
- Merge pull request #12 from morukele/main by @morukele in #13
- Subaccount api by @morukele in #14
Full Changelog: v0.1.6...v0.2.0
Support for the Transaction Split API
This release of the Paystack API library supports the entire transaction split API surface. The operations include:
Create Transaction Split
List/Search Transaction Splits
Fetch Transaction Split
Update Transaction Split
Add/Update Transaction Split Subaccount
Remove Subaccount from Transaction Split
What's Changed
- Changed control flow for error handling of the client to match statement by @morukele in #7
- added get and post functions to reduce repetition by @morukele in #8
Full Changelog: v0.1.4...v0.1.6
Support for Transaction API
This release of the Paystack API library supports the entire transaction API surface. The operations include:
Initialising a transaction
Verifying a transaction.
List Transactions
Fetch Transaction
Charge Authorization
View Transaction Timeline
Transaction Totals
Export Transaction
Partial Debit
Full Changelog: v0.1.1...v0.1.4
The initial release of the Paystack API library
The initial release of the Paystack API library. The library currently supports:
- Initialising a transaction
- Verifying a transaction.
The next release will be a week from now and will add the following capabilities:
- List Transactions
- Fetch Transaction
- Charge Authorization
- View Transaction Timeline
- Transaction Totals
- Export Transaction
- Partial Debit
What's Changed
Full Changelog: https://github.com/morukele/paystack-rs/commits/v0.1.1