Skip to content
Fragment
Search
Ctrl
K
Auto
Light
Dark
Get started
Guides
API Reference
Get started
Python
HTTP
HTTP
TypeScript
TypeScript
Python
Python
Guides
API Reference
Overview
External Accounts
List
Create
Invoices
List
Create
Retrieve
Update
List History
Platform
Retrieve
Update
Products
List
Create
Retrieve
Roles
List
Create
Transactions
List
Create
Users
List
Create
API Reference
Copy Markdown
Open in
Claude
Open in
ChatGPT
Open in
Cursor
Copy Markdown
View as Markdown
Invoices
List
invoices.
list
(
)
->
InvoiceListResponse
GET
/invoices
Create
invoices.
create
(
InvoiceCreateParams
**kwargs
)
->
InvoiceCreateResponse
POST
/invoices
Retrieve
invoices.
retrieve
(
str
id
)
->
InvoiceRetrieveResponse
GET
/invoices/{id}
Update
invoices.
update
(
str
id
,
InvoiceUpdateParams
**kwargs
)
->
InvoiceUpdateResponse
POST
/invoices/{id}
List History
invoices.
list_history
(
str
id
)
->
InvoiceListHistoryResponse
GET
/invoices/{id}/history