#Shamz-hosted pages

1 messages · Page 1 of 1 (latest)

mortal void
#

When you say handle customer details, what kind of action are you referring to? Updating a Customer, changing their billing settings, something else?

candid pivot
#

mainly updating card details, so I can send the link to customer directly, they should have to update predefined attributes only

mortal void
#

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)

Learn how to configure the customer portal and make it available to your customers.

Learn how to save card details and charge your customers later.