#gaurav8690
1 messages · Page 1 of 1 (latest)
So the best practice is that you want to attach the payment method to a customer when initially taking the payment and you can only use that payment method along with the same customer ID from there on out
This doc demonstrates how to do this https://stripe.com/docs/api/subscriptions/object#subscription_object-items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
To be clear, you can save the same card to multiple customers, it is PaymentMethod objects that can't be used across them