#atul
1 messages ยท Page 1 of 1 (latest)
Can we use setup-intent to add customer card, or remove the customers card ??
SetupIntents are used to add cards to customers
for remove a customer card you need to first get the PaymentMethod Id (https://stripe.com/docs/api/payment_methods/customer_list) and then detaching the PM from the customer (https://stripe.com/docs/api/payment_methods/detach)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.