Question

I had a requirement that if customer update/change their credit card then is there any way exist in Stripe API to retain the existing billing cycle?

Any thoughts will be helpful.

Was it helpful?

Solution

To change the customer's card entirely, you would update the customer, not their card, using the customer update API. You'd have a form in your application that uses stripe.js to generate a new card token, just like on signup, and then pass that to the customer update API.

OTHER TIPS

Yes you can Please Ref url https://stripe.com/docs/api/java#update_card

Upgrade card api will not change the current billing cycle of the customer plan.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top