#Tony Thomas - invoice page

1 messages · Page 1 of 1 (latest)

wooden maple
#

There's no page that lists all the customer's payment methods

cedar socket
#

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.

wooden maple
#

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

cedar socket
#

I created the subscription programatically (using the Python SDK). Just wanted to test the case when a customer uses a saved payment method.

wooden maple
#

Oh I thought you said you didn't have access to the sdk. One moment

#

What part do you want to test? Just the charging of a saved payment method? Or you want to see what the UI looks like?