Kuika's Open Stripe Payment Drawer action is used to enable users to pay securely through an integrated payment interface with Stripe. The Open Stripe Payment Drawer action provides a fast and reliable payment experience by taking all the necessary information from the user to start the payment process.
Thanks to this action:
Complete transactions securely using Stripe's secure payment interface.
Users can use various payment methods such as credit card, debit card or digital wallet.
Allows users to review details before completing the payment transaction.
For example, when a user wants to purchase a product, this action opens Stripe's payment interface and the user can securely enter payment information and complete the transaction.
In this tutorial, you will learn how to take payments on Stripe using the Open Stripe Payment Drawer action.
Open Stripe Payment Drawer action is supported in web and mobile applications.
Add Open Stripe Payment Drawer 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 → Open Stripe Payment Drawer from the +ADD ACTION drop-down menu.
In the settings panel that opens, configure the following fields:
Capture Method: Determines when the payment transaction will be captured.
The “Capture” option ensures that the payment is collected immediately.
The “Authorize” option allows the payment to be booked for a certain period of time.
Single/Multi Part: Determines how payments will be distributed.
The “Single” option indicates that the payment will be transferred to a single account.
“Multi Part” option indicates that the payment will be distributed to more than one account.
Currency: Specifies the currency in which payments will be made. This should match the settings in your Stripe account.
Payment Types: Specifies which payment methods the user can use.
For example, different payment methods such as credit card, debit card or digital wallets can be defined here.
Amount: Specifies the amount to be charged.
This amount must be expressed as the smallest unit in the currency specified in the Stripe account.
For example, 1000 should be entered for 10 USD.
Description: This is the field where explanations about the payment are entered.
This field helps the user to understand the payment details.
Multipart Config: If the “Multi Part” option is selected, it contains the settings that determine how the payments will be distributed.
You can define how much each recipient will receive and which accounts will be used.
Application Fee Amount: Specifies the commission to be charged by the main account holder.
For example, if a $100 commission is charged for a payment of $1000, this field should be entered as “100”.
Destination: Contains the ID numbers of other accounts to which payments will be transferred.
For example, you can specify to which account the remaining amount after the commission is charged will be transferred.
After completing these steps, the Open Stripe Payment Drawer action will be successfully added. Thus, you can manage secure payment processes integrated with Stripe and ensure that users complete their transactions smoothly.