#haswanth
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Not sure what do you mean by stripe.create.deleteSource()
Where did you see this method?
@delicate shard Delete a card
https://stripe.com/docs/api/cards/delete
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
the delete a card is with source flow, since it is deprecated, i am using paymentIntent flow now
in that i am using setupIntent for adding cards, now if i have to remove or delete that can you suggest me a method
Thank you @delicate shard
you use https://stripe.com/docs/api/payment_methods/detach to remove a saved card/payment method from a customer.