Skip to main content
GET
Get a receipt

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Receipt ID

Response

receipt found

state
enum<string>
required

Delivery state of the receipt.

Available options:
pending,
done,
failed
reason
enum<string>

Reason a receipt failed. Present when state is failed.

Available options:
no_route_matched,
deduplicated,
suppressed,
validation_error
resource_type
string

Type of the referenced resource (present when set).

resource_id
string

ID of the referenced resource (present when set).