just1and0 / React-Native-Paystack-WebView

💸💳The package allows you accept payment using paystack and guess what, it doesn't require linking! just install and begin to use 🚀
https://paystack.com
MIT License
152 stars 101 forks source link

Multi-split payment feature #161

Open opmat opened 3 months ago

opmat commented 3 months ago

This pull adds the Multi-Split Payment Feature as documented by Paystack (https://paystack.com/docs/payments/multi-split-payments/).

This include using split_code and dynamic splits, which comes in handy in creating splits on the fly. The README file has also been updated accordingly