Invoices
Get invoice status
Lightweight status for polling.
Lightweight status for polling.
Authorization
bearerAuth AuthorizationBearer <token>
Merchant API key (test_... or live_...)
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/invoices/497f6eca-6276-4993-bfeb-53cbbbba6f08/status"{ "status": "CREATED", "amount": "string", "amountReceived": "string", "expiresAt": "2019-08-24T14:15:22Z"}{ "error": { "code": "string", "message": "string" }}Create invoice POST
Creates a new invoice and returns a hosted `checkoutUrl` (and deposit addresses when available). Optionally pass `networkId` and/or `token` to lock the payment route; checkout then only shows the allowed choices. Prefer sending customers to `checkoutUrl` for payment.
Whoami GET
Returns partner and API key context for the current Bearer token.