Integrating your Stripe account allows your customers to pay online and benefit from convenient payment options, while reducing your administrative workload. This setup only needs to be done once.
You need to log in to your Stripe dashboard to find the credentials that link the two platforms.
Action
Detail and Verification
1. Check Live Mode
In the top right menu of Stripe, disable the “Test” mode .
2. Access the Keys
Navigate to the bottom left menu and click on Developer , then select API Keys .
3. Identify the Keys
In the API Keys option) Locate the two standard keys: Public and Secret (** under Standard Key**.
4. Add the Secret Key
Click on the “Add a Secret Key” button .
5. Generate the Secret Key
IMPORTANT: Choose the “Create your own integration” option and follow the steps.
6. Copy the Public Key
Copy the Public Key . It must start with pk_live_…
7. Copy the Secret Key
Copy the Secret Key . It must begin with sk_live_…
WARNING: Never share your Secret Key. Make sure it starts with
sk_live_and notsk_test_to receive real payments.
Use the copied keys to finalize the connection in your Cognito App.
Access Settings:
Activate the Feature:
Paste the Keys (Unique Link):
pk_live_… ) into the designated field.sk_live_… ) into the designated field.Finalize the configuration:
If all the information is valid, your payment system is immediately active. You are now ready to receive credit card payments from your customers.
How do you receive payments from your clients into your bank account?