cc_avenue 1.0.3 copy "cc_avenue: ^1.0.3" to clipboard
cc_avenue: ^1.0.3 copied to clipboard

cc_avenue payment gateway non-seamless method. you can use this package to call the native code in android to load payment gatway in the webview

cc_avenue #

cc_avenue payment gateway non-seamless

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Pub License: MIT

As of now this package supports only Android #

Call this as Async. You job is done! #

if you are working with test environment please update the [transUrl] as https://test.ccavenue.com/transaction/initTrans #

CcAvenue.cCAvenueInit(
        transUrl: 'https://secure.ccavenue.com/transaction/initTrans',
        accessCode: '4YRUXLSRO20O8NIH',
        amount: '10',
        cancelUrl: 'http://122.182.6.216/merchant/ccavResponseHandler.jsp',
        currencyType: 'INR',
        merchantId: '2',
        orderId: '519',
        redirectUrl: 'http://122.182.6.216/merchant/ccavResponseHandler.jsp',
        rsaKeyUrl: 'https://secure.ccavenue.com/transaction/jsp/GetRSA.jsp'
      );
copied to clipboard

Features #

Screenshot Screenshot Screenshot Screenshot

22
likes
160
points
264
downloads

Publisher

verified publisheravinashgotluru.me

Weekly Downloads

2024.09.17 - 2025.04.01

cc_avenue payment gateway non-seamless method. you can use this package to call the native code in android to load payment gatway in the webview

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on cc_avenue