Kuika's Payment Intent Status action is used to check the status of a payment transaction through Stripe. Payment Intent Status allows users to track what stage the payment transaction is in.
With this action:
Checks whether the payment transaction has been successfully completed or is pending.
Provides instant feedback to users about the status of the payment process.
Detects erroneous transactions and provides the opportunity to intervene when necessary.
For example, when a user purchases a product, this action can be used to check the status of the payment process and provide accurate information to the user.
In this course, you will learn how to track the status of your payment transactions using the Payment Intent Status action.
Payment Intent Status action is supported in web and mobile applications.
Add Payment Intent Status 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 → Payment Intent Status from the +ADD ACTION drop-down menu.
In the settings panel that opens, configure the following field:
Payment Intent: Enter the unique ID of the payment transaction performed through Stripe.
When this action is executed, the status of the corresponding payment transaction is queried via Stripe and returned.
Was the payment successful, pending or received an error?
Accurate and instant information can be provided to the user.
User redirections can be made for unsuccessful transactions.
After completing these steps, the Payment Intent Status action will be successfully added. Thus, you can securely track the status of payment transactions made through Stripe and provide instant notifications to your users.