AE 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 β€œPay Through Stripe” button. A form will automatically send the request to server stripe.com and user will be received a responsive notification.

Last updated