Update Stripe User Info is an action used with Kuika's Stripe integration. This action allows you to securely update user information (name, email, phone number, description) on Stripe. It is particularly useful in applications where it is important to keep user information up to date.
Technical Features
Stripe Customer Information Update: Updates customer information registered in the Stripe account.
Web Application Support: This action can only be used in web applications.
Real-Time Processing: The entered information is processed instantly via the Stripe API.
Secure Data Transfer: Provides a secure update infrastructure integrated with Stripe.
Update Stripe User Info Action Application Steps
Log in to the Kuika platform.
Select your project from the Apps screen and open it.
Go to the UI Design module.
Select the UI element that will initiate the information update (e.g., “Update My Information” button).
Click on the +ADD ACTION menu in the Properties panel on the right.
Select the button and add the Payment → Stripe → Update Stripe User Info action according to the triggering event (Initial Actions, OnClick, OnSubmit, etc.).
Enter the following parameters in the settings that appear:
Email: The user's email address.
Name: The user's first and last name.
Phone: The user's phone number.
Description: Descriptive information about the user (e.g., VIP customer, company name, etc.).
After filling in all the information, click the Close button to save the action.
Use Case: Updating User Information
Scenario: On a SaaS platform, a user wants to update their contact information on their profile page.
Scenario Flow:
The user clicks the “Update My Information” button.
The Update Stripe User Info action associated with this button is triggered.
The entered email, phone, and description information is immediately updated in the Stripe customer account.
When the update is successful, the user sees a “Your information has been updated” message.
Invoicing notifications and communication processes related to Stripe are updated with the new information.
Update Stripe User Info Action Advanced Customizations
Dynamic Data Usage: Email, phone, or name information can be dynamically retrieved from the user profile or form data.
Add Validation: Validation checks such as email format and phone number length can be performed.
Notification Integration: After the update is complete, an email or in-system notification can be sent to the user.
Logging: Updated information is recorded in the admin panel for auditing purposes.
Technical Risks
Incomplete Information Entry: If required fields are left blank, an error may occur.
Incorrect Format: If the phone number or email format is incorrect, Stripe API may reject the transaction.
Stripe Access Issue: If Stripe API cannot be accessed, the transaction will not be completed.
No Mobile Platform Support: This action is only available on the web and is not supported on mobile devices.
Update Stripe User Info improves the user experience by securely and quickly updating user information in applications integrated with Stripe. It can be easily integrated into the Kuika platform and adds transparency to business processes.