#wendy
1 messages · Page 1 of 1 (latest)
Yup!
You just set it on the Invoice object. Here's the paid_out_of_band attribute: 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.
Here's the Invoice metadata attribute: https://stripe.com/docs/api/invoices/update#update_invoice-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.