Retrieve invoice details
Merchant
Retrieve invoice details
Return a single invoice with full metadata fields.
GET
Retrieve invoice details
Authorizations
API key for server-to-server operations (scope=merchant or commerce)
Path Parameters
Invoice ID
Query Parameters
Comma-separated expansions (latest_payment, payments).
Max payments per invoice when expand includes payments.
Required range:
1 <= x <= 100Response
Invoice retrieved successfully
Canonical invoice object (snake_case, usd_millis amounts).
Example:
"invoice"
Example:
"550e8400-e29b-41d4-a716-446655440000"
Example:
123
Example:
"paid"
Example:
"standard"
Example:
"usd"
Example:
10000
Example:
"10.000"
Example:
10000
Example:
"10.000"
Example:
0
Example:
"0.000"
Example:
"usd_millis"
Available options:
devnet, mainnet Canonical invoice_payment object (merchant surfaces include settlement fields; payor surfaces strip them).

