#anilnepal1111
1 messages · Page 1 of 1 (latest)
That depends on how you accept them. How are you getting their Payment Methods currently?
I was planning to display the customers their default card saved on Stripe and redirect them to Stripe directly to update the payment method.
We are using custom checkout where users enter their card details while processing payment.
Yeah, but which Stripe product are you currently using to do that/
Using API
Yeah, but which API?
Older payment APIs like Sources, Charges, Customers
I believe this is what you're looking for then: https://stripe.com/docs/saving-cards#changing-default-payment-method
Okay, so I can ask for new card details to the customer and update it. But, that has to be updated for all the customers in case the customer email has more Stripe customers under that email, right?
It would probably be better to simply delete duplicates, since you can't attach the same Payment Method object twice
But some of the Stripe customers may have active subscriptions while others could have been used for one off transactions.
Can we shift the active subscriptions from one customer to another? I think not as subscriptions are related with customers, right?
Correct, though you could check to see if any Subscriptions are active before deleting in that case