#un!t-laravel-cashier
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I'm not sure about that, Stripe didn't help build Laravel's Cashier library, so we're not sure what it's capable of or how to leverage it. The Laravel support team would be better suited to give guidance on how to use their library.
it a basic function library
so its just a wrapper for the given api
i just said that to clarify that i already successfull talking to the api
i just need a guide in howto say a invoice is payed
Gotcha, you're looking for the paid_out_of_band parameter when paying Invoices:
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.