Get an Acknowledgment

Returns the acknowledgment for the specified Transaction.

Use the transaction.acknowledgment.href from the inbound delivery body rather than assembling the URL. Both the sender and the receiver of the Transaction can read the acknowledgment.

A Transaction that has not been acknowledged yet returns 404 — this is the expected response for NOT_ACKNOWLEDGED, not an error in your integration.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The Transaction UUID, taken from the transaction.href of an inbound delivery. Must be a UUID — numeric transaction IDs are not accepted on this endpoint.

Headers
string
required

Your Orderful API key.

string
required
Defaults to v4

Specifies the API version to use. This endpoint requires v4; omitting the header returns 404.

Responses

403

Your organization is neither the sender nor the receiver of this Transaction.

404

Transaction not found, the Transaction has not been acknowledged yet, or the orderful-api-version: v4 header is missing.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json