Skip to content

Releases: morukele/paystack-rs

Support for Terminal Endpoint

11 Nov 20:14
Compare
Choose a tag to compare

The Paystack-rs crate now has full support for the Paystack Terminal endpoint.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

Support for the Subaccount API

18 Sep 22:08
3d4dbb4
Compare
Choose a tag to compare

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

Full Changelog: v0.1.6...v0.2.0

Support for the Transaction Split API

15 Jul 11:25
Compare
Choose a tag to compare

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

08 Jul 16:07
Compare
Choose a tag to compare

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

02 Jul 19:48
Compare
Choose a tag to compare

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