Invoice Properties

We have been using the stripe module for a while with simple charges. However we want to create specific invoices now. The CreateStripInvoice object seems to be very limited but returns a very detailed Invoice object.

How can we create custom invoice with additional details?

The Stripe gateway only covers a partial subset of core functionality, you’ll need to refer to Stripe’s docs for any missing functionality.

ok thanks. i wasn’t sure.