Kuika's Setup Intent action is used to predefine a user's payment method via Stripe. Setup Intent is used to securely collect and store the user's payment information. This speeds up the payment process for future transactions and improves the user experience.
Thanks to this action:
Allows users to save their payment information securely.
Provides a fast payment process for future transactions without asking the user for payment information again.
It provides a suitable structure especially for subscription and recurring payments.
For example, when a user signs up for a subscription service, payment information is collected using this action and made available for future transactions.
In this tutorial, you will learn how to set up payment methods for your users using the Setup Intent action.
Setup Intent action is supported in web and mobile apps.
Add Setup Intent Action
Log in to the Kuika platform.
Open the project you will work on from the Apps screen.
While in the UI Design module, open the Properties panel on the right side.
Select Initial Actions → Payment → Stripe → Setup Intent from the +ADD ACTION drop-down menu.
In the settings panel that opens, configure the following field:
Payment Types: Set the options available to the user as payment methods.
For example: Credit card, debit card, digital wallets, etc.
When this action is executed, the user is given the opportunity to add payment information securely and the payment method is stored on Stripe.
It can be used for subsequent transactions without re-entering the payment information.
Fast payment for subscription or recurring payments.
After completing these steps, the Setup Intent action will be successfully added. Thus, you can securely save users' payment methods on Stripe and make future transactions faster.