#mrhardman
1 messages · Page 1 of 1 (latest)
Where did the customer update their credit card details? Is it Stripe hosted invoice or your own integration? If it's hosted invoice, Stripe will attempt to charge to the card after new payment method is updated. If it's your own integration, you can make manually request for pay an invoice on new payment method: https://stripe.com/docs/api/invoices/pay
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Stripe hosted invoice. So they can delete the existing card and resubmit the exact same card and it will reattempt to bill that card straight away?
Yup! Stripe will re-attempt to charge to the updated card even if it's the same one. I'd recommend trying it out in the test mode with the declined test card with Decline after attaching: https://stripe.com/docs/testing#declined-payments