Stripe connection

Connecting the Stripe payment system

Stripe is a payment system for entrepreneurs in some European countries, the USA, Great Britain, Australia, Canada and Ireland. This payment system does not work in Russia and CIS countries.

To connect Stripe:

  • Go to the Stripe website and sign up. Fill in all required fields. After registration, you will receive a confirmation email. Follow the link in the email.

  • After confirming the mail, fill in the information about your business to activate your account. To do this, click on the "Home" tab, and then click on the "Start" button.

  • Fill as many fields as possible to provide more information about your company.

  • After activation of the company, go to the "Developers" tab and select "Webhooks" item. Click on the "Add an endpoint" button.

  • Enter the address "https://wfolio.com/gateway/integrations/stripe/notify". Then click on the "Select events" button. Add event types "checkout.session.completed" and "checkout.session.expired". After that, click on the "Add endpoint" button.

  • To connect the Stripe system, you will need two keys: a secret API key and a secret webhook key. We will describe how to copy and paste the secret API key first.

  • Go to the "API Keys" section, click on the "Reveal keys" button and copy the secret key.

  • Paste the copied private key into the first field.

The instructions describe how to connect in test mode. To turn off text mode, click on the switch in the upper right corner and copy the keys again.

Stripe payment system is connected. Now you can start add products:

Last updated