Skip to main content
GET
Get invoice totals

Authorizations

x-api-key
string
header
required

API key for server-to-server operations (scope=merchant or commerce)

Query Parameters

status
string

Comma-separated invoice statuses.

invoice_type
string

Comma-separated invoice types.

customer_id
string

Filter by merchant customer ID.

payer_wallet_address
string

Filter by payer wallet address (matches any invoice payment).

payer_wallet_network
enum<string>

Optional; requires payer_wallet_address.

Available options:
ethereum,
base,
solana,
avalanche,
ton,
bsc,
arbitrum,
optimism,
cardano,
sui
environment
enum<string>

Filter by network environment.

Available options:
mainnet,
devnet
created_gte
integer

Include invoices created on/after this time.

created_lte
integer

Include invoices created on/before this time.

Response

Invoice totals retrieved successfully

object
string
Example:

"invoice_totals"

currency
string
Example:

"usd"

amount_unit
string
Example:

"usd_millis"

totals
object