#mattwoberts
1 messages · Page 1 of 1 (latest)
Thanks!
So - for example, i want to change what happens to a sub when all payments fail... but only on test mode, the UI implies that it will affect production to - is that the case?>
the trick is to look at the url
if you're in test mode and the url doesn't contain test than this is a global settings page
I was - the URL doesn't change which made me worry ...
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
whereas https://dashboard.stripe.com/test/settings/connect/payment_methods
exists alongside https://dashboard.stripe.com/settings/connect/payment_methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Right, that makes sense..
That's going to make testing this change a little tricky. Hmm. Wonder if I should set up a new stripe account while it's in dev..
this is generally what some people do