Skip to content

Status lookup

GET /v1/ep/webhook/transactions/{orderId}

Same header scheme as the award endpoint, but signedBody is the orderId (no request body). See the Node.js example.

{
"orderId": "order-2026-0001",
"status": "COMPLETED",
"epTransactionId": "ep_tx_01HX...",
"failReason": null,
"processedAt": "2026-06-17T08:21:09.000Z"
}
FieldTypeNotes
statusCOMPLETED | FAILEDSettlement outcome.
epTransactionIdstring | nullLedger transaction id.
failReasonstring | nullSet when status = FAILED.
processedAtstring | nullISO-8601 settlement time.

An unknown orderId returns 404 NOT_FOUND. A suspended partner may still read status.