Payment Method

Estimated reading: 2 minutes 133 views

Payment Options

  1. Razor Payment gateway
  2. Paystack Payment gateway
  3. Cash On Delivery

Razorpay Payment gateway

Razorpay is the only payments solution in India which allows businesses to accept, process and disburse payments with its product suite. It gives you access to all payment modes including credit card, debit card, netbanking, UPI and popular wallets including JioMoney, Mobikwik, Airtel Money, FreeCharge, Ola Money and PayZapp.

Manage your marketplace, automate NEFT/RTGS/IMPS bank transfers, collect recurring payments, share invoices with customers – all from a single platform. Fast forward your business with Razorpay.

Click here For more details about Razorpay payment gateway

Change Razorpay Key

Open lib/utils/constants.dart file and change the RazorKey key.

Remove Razorpay Payment

We are recommended you to follow only second step if you don’t know about dependency and code

If you want to remove Razorpay payment gateway option then follow below steps:

Step 1- Goto pubspec.yaml and remove the ‘razorpay_flutter: 1.2.7’ from the file

razorpay_flutter: 1.2.7

Note:

If you have remove dependency from pubspec.yaml then hit the pub get command. now, remove the code related to razorpay_flutter.

Testing Credentials

Test Cards Details for Paystack payment

There are several test cards you can use in test mode to make sure this integration is ready. Use them with any CVC, postal code, and future expiration date.

NumberDescription
408 408 408 408 408 1Succeeds and immediately processes the payment.
any date in the futureExpiry Date of Card
408Check CVV

Click here For more details about test cards details for paystack payment.

Cash on delivery

Find “mPaymentList” List and remove Cash On Delivery Payment from the list.

var mPaymentList = [ “Cash On Delivery”];

Leave a Comment

Share this Doc

Payment Method

Or copy link

CONTENTS