Stripe is a payment gateway that is compatible with most bank entities around the world and allows you to streamline procedures without having to worry about the data protection of each bank, as the platform itself is responsible for complying with them.
Let's see below the steps to activate this payment gateway.
To link Stripe with your training platform, you will first need to create a Stripe account to get your API keys. API keys allow communication between Stripe and your platform to operate the transactions.
Within your Stripe account, in the "Developers" section, you will find two test API keys:
Public key (token name must start with "pk_test_")
Secret key (token name must start with "sk_test_")
You must enter these keys in the "Ecommerce"section within "Settings" on your Foxize Cloud platform.
These keys will help you to test the connection between Stripe and your platform. Once you have verified that the communication is correct, you must obtain the final keys.
To obtain the final API keys, you must activate your Stripe account. Stripe will ask you for your information and your company's tax details: name, country, VAT number, IBAN. Once your account is activated, you will be able to access your permanent passwords from the "Developers" section.
These new keys will start with "pk_live_" and "sk_life_". You will need to copy and paste them back into the Foxize Cloud backoffice.
Your Stripe payment option will now be ready! Users who want to make payments through this gateway will see this option.