Customer payment methods
The Customer payment methods component renders a customer’s saved payment methods. Use it when you want to let customers view and manage their payment methods in your product.

Overview
Customer payment methods is driven by a portalObject your backend generates for a specific customer. The SDK uses it to fetch and display that customer’s saved payment methods. Your frontend never handles API keys directly.
You can cap the number of methods shown and control whether “View all” and “Add” buttons are displayed. Both buttons fire action requests for your app to handle.
Mount the component
Customer payment methods component
Configuration
Events
Handling action requests