💵 How to add a Stripe account

📚 In this article, you will learn how to add a Stripe account to receive payments from your customers.

💡 PRO TIP: Click here to hire an expert to guide you in the step by step. Book a call now to learn all the tips and tricks for training your AI, or let us handle it all for you instead.

In this article, you will learn how to add an Stripe account to receive payments from your customers. Just follow the steps below.

Open Stripe’s Developers Portal. Log into your Stripe account and go to the Developers section.Within Developers, click on API Keys.

Save the Secret Key. Copy the Publishable key and the Secret key. You’ll need to paste this information into your application.

To obtain the Secret Key, you must click on the ‘Create Secret Key’ button as shown in the image below.

You should enter a name (whatever you prefer) and then click on the ‘Create’ button.

Next, you’ll see your Secret Key. You should copy it and click on the ‘Done’ button.

Open your White Label App and log into your admin account. Once inside, go to Settings > Payment configuration, and there, look for the Stripe section. Leave the settings as shown in the image below and paste the Publishable key and Secret key that you copied from the Stripe page.

Configure the Webhook. Copy the Webhook URL inside the blue box and return to the Stripe page. Go to the Developers section and click on Webhooks, then select Add endpoint.

Add the Events. A page will load where you’ll need to paste your Webhook URL and add the required Events. From the list, you should choose: ‘invoice.payment_succeeded,’ ‘customer.subscription.deleted’ (or you can also select ‘All’). Finally, click on the ‘Add Events’ button.

Then, you’ll need to click on the ‘Add Endpoint’ button.

Paste the ID. Now you just need to copy your Webhook ID. Return to the application and paste it.

Save. Finally, scroll to the bottom of the page and click on Save. ¡Congratulations! You have successfully set up Stripe as a payment method in your application. Have you got any additional doubts, feel free to contact our Support Team. We will be glad to help you.