imepay_merchant_sdk 0.0.1-alpha.2 copy "imepay_merchant_sdk: ^0.0.1-alpha.2" to clipboard
imepay_merchant_sdk: ^0.0.1-alpha.2 copied to clipboard

outdated

The IME Pay Payment SDK for flutter gives access to merchants to receive payment from IME Pay customers through their flutter application.

The IME Pay Payment SDK for flutter gives access to merchants to receive payment from IME Pay customers through their flutter application.

Features #

IME Pay Flutter Merchant Payment SDK enables merchants to receive payments from IME Pay customers through their flutter application. The application performs the payment and verifies the transaction status.

Usage #

TODO: Include short and useful examples for package users. Add longer examples to /example folder.


var result =await StartSdk.callSdk(context,
    merchantCode: MERCHANT_CODE,
    merchantName: MERCHANT_NAME,
    merchantUrl: MERCHANT_URL,
    amount: AMOUNT,
    refId: REF_ID,
    module: MODULE,
    user: USER,
    password: PASSWORD,
    deliveryUrl: DELIVERY_URL,
    buildType: BuildType.STAGE);
8
likes
0
pub points
66%
popularity

Publisher

verified publisherimepay.com.np

The IME Pay Payment SDK for flutter gives access to merchants to receive payment from IME Pay customers through their flutter application.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, get

More

Packages that depend on imepay_merchant_sdk