Skip to content

New features and design improvements

Latest
Compare
Choose a tag to compare
@yaphet17 yaphet17 released this 23 Oct 08:25
· 30 commits to main since this release
c839054

What's new in this version

  • You can now implement ChapaClient interface and create your own custom implementation
    to use your favorite HTTP client.
  • Includes split payment feature added by Chapa. You can now get list of supported banks, create
    subaccount and perform a split payment. See Split Payment documentation for more details.
  • Additional utility methods to help you to generate a convenient token for your transactions, to map json string
    to PostData object etc.
  • Bug fixes and design improvements.
  • Well tested and documented code.