#Shamz-hosted pages
1 messages · Page 1 of 1 (latest)
When you say handle customer details, what kind of action are you referring to? Updating a Customer, changing their billing settings, something else?
mainly updating card details, so I can send the link to customer directly, they should have to update predefined attributes only
If you're using Subscriptions you can use the Customer Portal (https://stripe.com/docs/billing/subscriptions/integrating-customer-portal) but if you're using PaymentIntents without Billing you'd use a CheckoutSession in Setup mode to let the Customer add a new payment method (https://stripe.com/docs/payments/save-and-reuse?platform=checkout)