ivorypay_flutter 0.0.2 copy "ivorypay_flutter: ^0.0.2" to clipboard
ivorypay_flutter: ^0.0.2 copied to clipboard

Ivorypay Flutter SDK

ivorypay_flutter_example #

Demonstrates how to use the ivorypay_flutter plugin.

Getting Started #

///To initiate a transaction, a email address must be specified in the body of the request. ///This email address will be used to create an entry in the Business Customer list of your business if it does not already exist. ///So, typically, the email of the person making the payment is to be provided. ///Every newly initiated transaction is only valid for 5 mins unless payment is received and a verification request is made to the IvoryPay API

Public Key #

In order to use this library you are required to use your ivorypay public key and not the secret key. See how to get your API Keys here

Usage #

Below are a few examples showcasing how you can use the library to implement payment in your Flutter app.

Parameters #

[crypto*] The cryptocurrency in which the amount is to be charged. Supported currencies are USDT, USDC and SOL

[baseFiat*] The fiat currency of the amount to be charged. Supported fiats are NGN, GHS, ZAR and KES

[amount] The amount in the fiat currency which is to be charged in the specified.

[email*] Typically, the email of the person making the payment is to be provided.

0
likes
0
pub points
4%
popularity

Publisher

unverified uploader

Ivorypay Flutter SDK

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, webview_flutter

More

Packages that depend on ivorypay_flutter