Skip to content
Get started

Invoices

List
invoices.list() -> InvoiceListResponse
GET/invoices
Create
invoices.create(InvoiceCreateParams**kwargs) -> InvoiceCreateResponse
POST/invoices
Retrieve
invoices.retrieve(strid) -> InvoiceRetrieveResponse
GET/invoices/{id}
Update
invoices.update(strid, InvoiceUpdateParams**kwargs) -> InvoiceUpdateResponse
POST/invoices/{id}
List History
invoices.list_history(strid) -> InvoiceListHistoryResponse
GET/invoices/{id}/history