#Ninjicken

1 messages · Page 1 of 1 (latest)

simple canyonBOT
pure niche
#

Do you have a stripe account that you use via this platform where you can see customer payments etc?

modern turtle
#

Yes

pure niche
#

Note that there is a "self serve" customer copy feature currently in beta

modern turtle
#

So I would be copying over the data from one place in Stripe to another place in Stripe?

pure niche
#

Yes, between accounts. In either case (self server or with migration support), only customer and supported payment method details are copied.

#

The subscriptions would need to be recreated

modern turtle
#

By the user?

pure niche
#

By you, the merchant

modern turtle
#

Cool

modern turtle
#

Since I have you here, are there docs around how I can have my server be notified when a user's status changes? Even if it's something I need to ping once a day or something

#

I have set up checkout pages and can get the info from the redirect after that, but I am not familiar with how I would be notified of user's subscription status changes if they fail to renew or something like that

pure niche
#

when a user's status changes

#

Can you elaborate on that?

modern turtle
#

The main case is when they fail to renew their subscription (due to failed payment, canceled subscription, etc.)

pure niche
#

That explains the types of failures, related events, and what you need to do in each case

modern turtle
#

Thanks a lot!