#Maxime Beaudry
1 messages · Page 1 of 1 (latest)
Hi,
depending on the root cause of the decline, here is a list of actions that you can do:
https://stripe.com/docs/billing/subscriptions/webhooks#additional-action
But you can't use the capture API.
Capture API, is used when you want to place a hold on a card:
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
After some experimentation, it looks like the https://stripe.com/docs/api/invoices/pay API is doing what I want. Thanks for your time.