#atul
1 messages · Page 1 of 1 (latest)
@atomic idol hi? can you please write a sentence and ask a question?
yes sure, on it
We have build a system, where customer can subscribe to product.
We have used stripe checkout to enable subscription features.
Now we have requirement, we want to provide feature through which our customer can change their payment payment.
payement method
I see! and what's the question?
How can we add functionality where can add or remove the cards
How can we add functionality where customer can add or remove their cards
you have a number of options
- you can have the customer visit the customer portal https://stripe.com/docs/billing/subscriptions/integrating-customer-portal
- you can build a Checkout integration to accept new payment details and save them to a customer; https://stripe.com/docs/payments/checkout/subscriptions/update-payment-details is an example of that
- you can build an integration with SetupIntents + frontend Elements components to build a page on your site for accepting+saving new payment details https://stripe.com/docs/payments/save-and-reuse?platform=web
We need to PCI compliant
all the options I suggested are PCI compliant and have no issues there or involve you touching any raw card details
I wouldn't suggest an option that had PCI issues
If we integrate customer portal, can we limit it only for adding and removing cards ??
I'd suggest playing around with the settings on https://dashboard.stripe.com/test/settings/billing/portal to see how you can configure it and turn on/off certain functionality.