#istcf_api

1 messages ¡ Page 1 of 1 (latest)

hollow marlinBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1443597502841487520

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

wicked turtle
#

hey there! within Stripe Billing, the Plan (or Price in more current integration types) is the piece that controls the billing structure (i.e. how much the customer is charged, and at what interval)

the payment method is configured at either the Subscription level, or the Customer object level

solar field
#

ok, so for the plan, the correct solution is to replace the old plan object with a new plan object with the new amount?
for the payment method, what's the way to change? does the subscription API supports updates for the customer object?

wicked turtle
#

it depends on whether you're saving the payment method at the customer level or at the subscription level

#

in your existing flow, how are you collecting and saving the customer's payment method?

solar field
#

customer level

wicked turtle
solar field
#

I'm creating a payment method for the card token and sending that to the backend and creating a customer object with that payment method.

wicked turtle
solar field
#

got it. is it an option in the connected account stripe's dashboard as well? for our customer service?

#

the payment method change

wicked turtle
#

you mean to key in the customer's payment method details manually?

solar field
#

yea

#

sometimes the payment method fails and the customer is asking to change the method, like change his credit card.

wicked turtle
solar field
#

ok, thanks, I'll check deeper the urls you provided

#

nothing else for now, thank you very much