#pythonian

1 messages · Page 1 of 1 (latest)

glad badgeBOT
narrow lodge
void zodiac
#

Thank you. For the Test clocks, i will have to do all that on the dashboard yea? Will i be able to use existing subscribing customers that is on my local database, to test this out?

narrow lodge
#

You need to create new customers on the test clocks themselves, they don't support existing customers unfortunately

#

You can do API and dashboard at least, quickly checking in to if CLI is possible as well

void zodiac
#

Okay thank you. But then, if i should create the new customers on the dashboard, how will i be able to update my application with the renewal status to show that the webhook works? sorry for too much questions, but i am really confused, that is why

narrow lodge
#

When you advance the webhook (fast-forward the simulated time), Stripe will automatically send out the test mode webhooks that would have been sent out for a normal test subscription

#

So as long as your webhook endpoint is listening for events, it should be able to receive and process these events like normal

void zodiac
#

Alright, thank you so much. This should help me go some way.

#

I also will like to ask. For the hosted endpoints, there has been some difference between a webhook for connected accounts and webhook for personal accounts. The users who make the subscriptions are the connected accounts, how do i setup so that my connected webhook is being sent these events, do i need to do any speical configuration in my code to distinguish it?

narrow lodge