#TobiCodesphere
1 messages · Page 1 of 1 (latest)
So you want to be able to attach a new valid Payment Method to your Customer, without it being used to pay outstanding Invoices on their Sunscriptions?
yes.
Because I am doing this in the webhook where I also unblock the customer account
You can mark as uncollectible in that case and/or void depending on if you want them to be able to pay it at all
Am I still able to pay them with stripe.invoices.pay if I mark them as void or uncollectible?
Not if they're void. You can only pay them if they are uncollectible
okay so if I mark them as uncollectible stripe will not attempt to pay them when attaching a new payment method, but I can still pay them in the webhook server?
Thanks for the help 🙂