#Neetesh
1 messages · Page 1 of 1 (latest)
No I don't think it's possible. Each Customer should have a different Payment Method Id, even if the details is similar
You can probably create 1 customer to represent your multiple customers and maintain a map in your system
But the problem is one customer can have max 500 subscriptions. So if I create only one customer in stripe so it will not be able to have all the subscriptions corresponding to the mapped customer in my system.
Umm I see. Then it is to clone over the Payment Method details to multiple customers
So we can clone payment method details to multiple customers. How can I do that ?
And is it not same as having same payment method for multiple customers?
I meant clone over details (manually calling Create Payment Method) but yes it could not working with every payment methods.... Sorry it sounds like something we haven't supported natively