Skip to main content
WEBHOOK

Authorizations

X-API-Key
string
header
required

API key (wg_live_…) created in the dashboard (Account → API Keys). Shown once at creation; only a hash is stored server-side.

Body

application/json

Legacy B2B order callback — UNSIGNED and fire-and-forget. Contains full fulfillment data INCLUDING card codes.

checkoutId
string
required
status
enum<string>
required
Available options:
completed,
partial,
failed
items
object[]
required
timestamp
integer<int64>
required

Unix timestamp in milliseconds (UTC).

Example:

1753142400000

Response

200

Any response is ignored; delivery is fire-and-forget.