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.

  • Go to public_html > www > your_web_project > config.php and paste the above private as well as public stripe key in it.

  • That's it!