GET /keys/invoices/{paymentId}
GET

/v1/keys/invoices/{paymentId}

Invoice detail for a payment (sequential INV-YYYY-NNNNN number assigned on first fetch)

Authwallet signature

Request

GEThttps://api.xrpl.to/v1/keys/invoices/{paymentId}
Path parameterValueDescription
paymentId
curl 'https://api.xrpl.to/v1/keys/invoices/{paymentId}'
Needs a wallet signature, so it cannot run from this page — see API Keys for the headers.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.

What it does

Invoice detail for a payment (sequential INV-YYYY-NNNNN number assigned on first fetch)

OpenAPI