#smsajjadzaidi
1 messages · Page 1 of 1 (latest)
hello @flat hinge! you can take a look at this guide : https://stripe.com/docs/invoicing/overview#paid, let me know if you have any follow up questions
Yes, the Pay API will try to charge from one of the payment methods of a customer. I wanted to know if a customer has paid outside of stripe then how can I can mark it paid using this API?
set https://stripe.com/docs/api/invoices/pay#pay_invoice-paid_out_of_band to true when calling this API, or you can use the Dashboard to manually mark an open invoice as paid in the Dashboard. From the Invoice detail page, click the More button and select Change invoice status. In the resulting dialog, select the Paid option.
thank you so muhc
Can you tell me one more thing? how long does it take for stripe to finalize an invoice if collection method is set to "send_invoice"
@flat hinge ~1 hour, there's a bit more details on this here : https://stripe.com/docs/api/invoices
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.