Skip to main content
POST
Order Complete Webhook
POST {BASE_URL}/webhooks/order-complete

Headers

Body parameters

string
required
Order reference.
string
required
Customer email.
string
required
Customer name.
string
required
Your internal customer ID.
string
required
ISO 8601 UTC delivery timestamp.
array
required
Array of { productId, productName, quantity, price }.
string
required
URL where customer lands to leave their review.

Example

Signing the request

Headers

X-Merchant-Id
string
X-Webhook-Signature
string

HMAC-SHA256 signature of request body

Body

application/json

The body is of type object.

Response

Successful response

success
boolean
required
Example:

true

data
object