morukele / paystack-rs

An open-source rust library for using the PayStack API
https://crates.io/crates/paystack-rs
MIT License
13 stars 5 forks source link

Implemented the Transaction Split API #9

Closed morukele closed 11 months ago

morukele commented 11 months ago

Implemented the Transaction Split route of the Paystack API client. This route allows the user to use the split route of the Paystack API client.

This route has not been extensively tested because the other parts of the API needed to run a test such as creating sub-accounts have not been implemented.