FrE Stripe

  1. Setting up your Stripe account

  • Firstly, register an account to get your Stripe secret key and Stripe public key.

  • Secondly, go to your dashboard to Enable Stripe payment method.

  • Then, enter your Stripe secret key and Stripe public key.

2. How the Stripe payment works in the frontend

In step 3 of the posting place process, user can choose their payment method as you can see in the image below:

Choose the Stripe gateway by clicking “Select” button. After that, there will be a pop - up form for users to input their card information.

After completing all the fields, click “Make Payment” button. A form will automatically send the request to server stripe.com and user will be received a responsive notification.

Last updated