#loeffel-invoice-paid
1 messages · Page 1 of 1 (latest)
Hello! You'd call the pay endpoint: 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.
oh sorry, what i mean is mark the invoice as paid but paid elsewhere (not over stripe) (like in the stripe dashboard)
Yep, you'd still call the endpoint but pass the paid_out_of_band parameter: https://stripe.com/docs/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.
great thanks! ❤️
Np!