#anilnepal1111

1 messages · Page 1 of 1 (latest)

glass sundialBOT
stray iris
#

That depends on how you accept them. How are you getting their Payment Methods currently?

fast owl
#

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.

stray iris
#

Yeah, but which Stripe product are you currently using to do that/

fast owl
#

Using API

stray iris
#

Yeah, but which API?

fast owl
#

Older payment APIs like Sources, Charges, Customers

stray iris
fast owl
#

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?

stray iris
#

It would probably be better to simply delete duplicates, since you can't attach the same Payment Method object twice

fast owl
#

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?

stray iris
#

Correct, though you could check to see if any Subscriptions are active before deleting in that case