#work4inventions_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1250350208890572811
đ Have more to share? Add details, code, screenshots, videos, etc. below.
You can't pay this invoice because its payment_intent is already cancelled.
what I can do for complete that payment for subscription
You can consider mark it as paid out of band instead
stripe smart retry will complete that payment if I will update new payment method
is there any can make this using api ?
You mean mark as paid of band through API? https://docs.stripe.com/api/invoices/pay#pay_invoice-paid_out_of_band
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
no, I don't mean that api, I need to complete that payment on stripe
is there any way that I can charge the customer with some other payment method ?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
You can create a standalone Invoice and send it to the customer. When they pay it, you can mark the old one as paid-out-of-band.
ok