#alexis.saviot
1 messages · Page 1 of 1 (latest)
Hi 👋
Have they provided payment method information?
i'm in test mode, so i use the card given by stripe (42424242...), so yes
Okay can you share the Subscription ID?
the payment information are well registered in the updated payment
sub_1NVxR6IihUWcN3e1CyLb1t60
The subscription is in an active status
The problem is that the customer does not have a default payment method configured
So even though the Invoice is set to charge_automatically it doesn't know what PM to charge
ok, so can I give him a link where he can pay without setting a pm ?
THe subscription was created with save_default_payment_method set to off
ok so I change that for futur payment ! thks
ok, so can I give him a link where he can pay without setting a pm
Correct. You can use theinvoice_urlto send them to a page where they can provide details
oh ok ! i see
Yes if you create a Subscription with save_default_payment_method set to on, then when a Customer successfully pays their first invoice it saves the details and re-uses that payment method
Thanks for these informations, it will be helpful
There are quite a few options here depending on the experience you want your csutomers to have