Invoices API
Manage invoices programmatically — create new invoices, retrieve existing ones, and list with filters.Create Invoice
integer
required
Amount in the smallest currency unit (e.g., cents for USD). Must be positive.
string
required
ISO 4217 currency code (e.g., “USD”, “EUR”, “GBP”).
string
Human-readable description of the invoice.
object
required
Buyer information including companyName, email, address, and optional vat.
object
required
Seller information including name, address, wallet address, and optional vat.

