#Tony Thomas - invoice page
1 messages · Page 1 of 1 (latest)
I see. I wonder what would be the best way to test a Subscription created then. Like, without having access to a Stripe SDK (via iOS/Android/Web for example).
My case: I am creating a subscription with default_payment_method updated post first payment. I have to test that payment somehow.
So you're just creating a sub from the dashboard and want a way to test out paying it?
You could use this option when creating the sub in the dashboard
The invoice page won't show previously saved payment methods, but you can enter test details
I created the subscription programatically (using the Python SDK). Just wanted to test the case when a customer uses a saved payment method.