Configure Stripe payment gateway

Stripe used for accepting payment from credit or either debit card in app so it's necessary to configure so that app would work perfectly.


ionicons-v5-e Instructions

Follow the below steps

  • First of all , you have to create project in stripe.

  • After creating account then you have to configure stripe & get required api keys.

  • Copy/paste the stripe publishable key into highlighted field in Gradle Scripts > gradle.properties.

  • That's it!