#TobiCodesphere

1 messages · Page 1 of 1 (latest)

lunar etherBOT
earnest coral
#

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?

sage geyser
#

yes.
Because I am doing this in the webhook where I also unblock the customer account

earnest coral
#

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

sage geyser
#

Am I still able to pay them with stripe.invoices.pay if I mark them as void or uncollectible?

earnest coral
#

Not if they're void. You can only pay them if they are uncollectible

sage geyser
#

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 🙂