Skip to content

lastemp/ecobankpay_rust_sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecobankpay_rust_sdk

This is an sdk that will be used by developers to seamlessly integrate with EcobankPay APIs' Gateway. Ecobank is a pan-African banking conglomerate, with banking operations in 33 African countries. It is the leading independent regional banking group in West Africa and Central Africa. The API endpoints provided by EcobankPay Gateway includes; QR Code Payments, Card Payments, Payments and Account Services (https://developer.ecobank.com/app/index.xhtml).

The sdk has below listed dependencies:

  • Serde for serializing and deserializing Rust data structures
  • Reqwest Rust HTTP Client
  • serde_json for serializing and deserializing Rust data structures
  • serde_urlencoded for serialising to and deserialising from the application/x-www-form-urlencoded format
  • chrono provides all functionality needed to do correct operations on dates and times
  • base64 Decode from Base64 format or encode into it
  • tokio A runtime for writing reliable, asynchronous applications

installation

cargo install --git https://github.com/lastemp/ecobankpay_rust_sdk

Usage

Please find below code samples and full working examples:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages