AnyPay Razorpay Adapter

Pub Version | License: MIT

anypay_razorpay is a Razorpay adapter for the AnyPay Flutter plugin.
It allows developers to integrate Razorpay payments using the unified AnyPay API, while keeping UI fully under the developer's control.


Features

  • Unified API through AnyPay: AnyPay.charge()
  • Adapter-based Razorpay integration
  • Handles payment statuses:
    • success
    • failed
    • pending (external wallets)
    • error
  • No forced UI – developer decides how to display payment results
  • Lightweight and easy to integrate

Installation

Add this to your pubspec.yaml:

dependencies:
  anypay: <latest_version>
  anypay_razorpay: <latest_version>
  razorpay_flutter: <latest_version>

Libraries

anypay_razorpay