Payment Method

Estimated reading: 4 minutes 108 views

WebView Payment

 Support all payment gateway which is setup on wp-admin site

Native Payment

 Support all payment gateway which is setup on wp-admin site


If you want to change payment method like Native or WebView. Follow below steps
  1. Go to -> App Option
  2. Select Global option
  3. Change “Payment Method”
  4. Click on save changes

Razorpay payment

Razorpay is the only payments solution in India that 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.

For more detail about the Razorpay payment Click Here .

Change Razorpay Key

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

const razorKey = 'RAZOR_PAYMENY_KEY'

Remove the Razorpay payment

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

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

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

razorpay_flutter: 1.2.3

note:

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

– Goto lib -> utils -> constant.dart

– remove razor key

Stripe Payment

Stripe is the best software platform for running an internet business. We handle billions of dollars every year for forward-thinking businesses around the world.

Change Stripe Key

  • Open lib/utils/constants.dart file
  • change the STRIPE_KEY
const stripePaymentKey = 'STRIPE_KEY'

Remove the Stripe payment

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

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

Step 1- Goto pubspec.yaml and remove the ‘stripe_payment: 1.0.9’ from the file

stripe_payment: 1.0.9

note:

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

– Goto lib -> utils -> constant.dart

– remove stripe key

Paystack Payment

Paystack (“we”, “us” or “our”) is an online payment gateway that makes it easy for merchants to accept credit and debit card payments online from users or customers.

Change Pay Stack Key

  • Open lib/utils/constants.dart file
  • change the PAY_STACK_PUBLIC_KEY
const payStackPublicKey = 'PAY_STACK_PUBLIC_KEY'

Remove the Paystack payment

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

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

Step 1- Goto pubspec.yaml and remove the ‘flutter_paystack 1.0.5+1 ‘ from the file

flutter_paystack 1.0.5+1

note:

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

– Goto lib -> utils -> constant.dart

– remove payStackPublicKey

Test Credentials

Stripe Payment gateway

Here we have provided some of testing credentials for app

If you want to add your new payment gateway then buy our paid support for the same.

Use Only in Test Mode: You can use these test cards to make payments in test mode only. Using these for live mode payments will throw card issuer is invalid or invalid card input error.

Test Cards Details for stripe 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
4242 4242 4242 4242Succeeds and immediately processes the payment.
4000 0025 0000 3155Requires authentication. Stripe will trigger a modal asking for the customer to authenticate.
4000 0000 0000 9995Always fails with a decline code of insufficient_funds.

For more detail about the Stripe payment Click Here.

Leave a Comment

Share this Doc

Payment Method

Or copy link

CONTENTS