#emmann_48287

1 messages · Page 1 of 1 (latest)

onyx minnowBOT
solemn merlin
#

Hello

sacred fog
#

hii

solemn merlin
#

How is the customer canceling their Subscription in this case?

#

Do they use the Customer Portal or do you use the API?

sacred fog
#

yes i have everything set up

#

customer can update and cancel plan with te portal link

#

previuously i was able to do so with another snippet from Stripe

#

they say, it's better to use this one

#

now, i want to figure out how to do so

#

is there something that i can add to this snippet to end the subscription at the end of the cycle

#

instead of immediately

#

also i have webhooks monitoring those events

solemn merlin
#

Yeah you can set this via your Customer Portal Config

#

Are you just using the default Config from the Dashboard?

#

Or do you create custom configs?

sacred fog
#

i mean standard account in connected account

#

and built in stripe portal

#

and checkout

#

i dont see those option

#

before yes, but now i don't know where they are

#

if i can achieve that with code

#

no problem

#

either way, i'll be fine

#

other detail it's a recurrent product

#

do you have something for me plz?

solemn merlin
#

I'm helping multiple folks at once so you need to be patient.

#

You are creating these Checkout Sessions on your Connected Accounts?

sacred fog
#

yes,

#

okay ...let me a look quickly

#

i'm using this one: stripe.billingPortal.sessions.create

#

what will be the difference:stripe.billingPortal.configurations.create

#

?

solemn merlin
sacred fog
#

okay

solemn merlin
#

Right now it sounds like you are just using the default configuration that is set in the Dashboard

#

But if I am understanding you correctly this isn't going to work since you are working with Standard Connected Accounts

#

So it will use the default configurations on those Connected Accounts

#

But you may want to test this to make sure

sacred fog
#

yes, i want to make sure it works, i'll my configuration are working great except what i've told you about ending subscription

#

let me check your last link quickly

solemn merlin
#

Try that first

sacred fog
#

okay get it thank you so much

#

will i be able to replicate that in production?

solemn merlin
#

Yeah you would toggle the same settings in production

#

But you should do this in test mode first

#

And see if it works as you expect

sacred fog
#

Perfect

#

well thank you!