Stripe is one of the most popular platforms for online enterprises. It can serve as a payment gateway where users can conveniently make payments in your store, channel, chat group, bot, events, etc.
This payment method is the best for e-commerce apps.
Included Features
Stripe is a payment gateway that users can use to pay for items in your store, subscriptions on your channel, or any in-app purchases using a secure internet connection.
Users have to have a Stripe account in order to be able to finish the online transaction and link it to the nandbox app builder.
How to Activate Stripe
From the App Settings page, go to the Payment Methods section, turn Credit Card (Stripe)’s toggle on and click the gear icon to configure settings.
Once you enable Stripe in your app, it will be automatically integrated as the main payment gateway if you did not install any other payment gateway; if you did, it will give the user the option to choose which payment gateway to proceed with as follows:
How to Configure Stripe
You will find three pieces of information are required to complete your payment integration process:
- API Key
- Publish Key
- Webhook Secret
This data is accessible from your Stripe account.
Go to your Stripe account and click ‘Developers’ from your dashboard.
Note that you can enable the Test mode toggle for testing your payments, and disable it for Live mode if you’re ready to launch your app.
Click ‘Webhooks’
Then click ‘Add an endpoint’.
A screen will pop up with the required information:
- Endpoint URL
- Select events
Paste this endpoint URL: https://w1.nandbox.net:4020/stripe/callback and add these three events to its event details:
- payment_intent.succeeded
- payment_intent.payment_failed
- payment_intent.canceled
Then click ‘Add endpoint’
Once endpoint added, click ’Reveal’ the signing secret in order to get your ’Webhook Secret’.
Now go back and click ‘API keys’ to get your Publishable Key and Secret Key.
Copy and paste all of the above into the builder’s Stripe settings and click ‘Submit’.
Recommended Components for PayPal use in
- Commerce/Booking & Events: It allows you to create a full shopping hub where you can display your products or services.
- Channel: Channels allow you to post messages, images, videos, and files. With the option of targeting and segmentation, you can also charge your users for a monthly subscription to your channels.