Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
{
"customer": {
"id": "cust_ufwK2qUNGDYxa1aji7XKzuHm",
"name": "Alex Doe",
"email": null,
"source_id": "4l3x-d03",
"metadata": {},
"object": "customer"
},
"referrer": null,
"order": {
"id": "ord_au8U64mPX6fIArsf6UVLS8u5",
"source_id": null,
"created_at": "2024-03-11T13:20:39.987Z",
"updated_at": "2024-03-11T13:20:39.988Z",
"status": "PAID",
"amount": 10000,
"total_amount": 10000,
"items": [
{
"object": "order_item",
"product_id": "prod_0df14b7e7d8975079d",
"quantity": 4,
"amount": 10000,
"price": 2500,
"subtotal_amount": 10000,
"product": {
"name": "Star Thermal Bottle",
"price": 2500
}
},
{
"object": "order_item",
"product_id": "prod_5h1pp1ng",
"quantity": 1,
"amount": 0,
"price": 0,
"subtotal_amount": 0,
"product": {
"name": "Shipping"
}
}
],
"metadata": {
"card": [
"Other"
],
"region": "US",
"currency": "USD"
},
"customer": {
"id": "cust_ufwK2qUNGDYxa1aji7XKzuHm",
"address": null,
"summary": null,
"loyalty": null,
"referrals": null,
"object": "customer"
},
"customer_id": "cust_ufwK2qUNGDYxa1aji7XKzuHm",
"referrer_id": null,
"object": "order"
},
"redemption": null
}{
"customer": {
"id": "cust_ufwK2qUNGDYxa1aji7XKzuHm",
"name": "Alex Doe",
"email": null,
"source_id": "4l3x-d03",
"metadata": {},
"object": "customer"
},
"referrer": null,
"order": {
"id": "ord_au8U64mPX6fIArsf6UVLS8u5",
"source_id": null,
"created_at": "2024-03-11T13:20:39.987Z",
"updated_at": "2024-03-11T13:20:39.988Z",
"status": "PAID",
"amount": 10000,
"total_amount": 10000,
"items": [
{
"object": "order_item",
"product_id": "prod_0df14b7e7d8975079d",
"quantity": 4,
"amount": 10000,
"price": 2500,
"subtotal_amount": 10000,
"product": {
"name": "Star Thermal Bottle",
"price": 2500
}
},
{
"object": "order_item",
"product_id": "prod_5h1pp1ng",
"quantity": 1,
"amount": 0,
"price": 0,
"subtotal_amount": 0,
"product": {
"name": "Shipping"
}
}
],
"metadata": {
"card": [
"Other"
],
"region": "US",
"currency": "USD"
},
"customer": {
"id": "cust_ufwK2qUNGDYxa1aji7XKzuHm",
"address": null,
"summary": null,
"loyalty": null,
"referrals": null,
"object": "customer"
},
"customer_id": "cust_ufwK2qUNGDYxa1aji7XKzuHm",
"referrer_id": null,
"object": "order"
},
"redemption": null
}TheDocumentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
EVENTS.CUSTOMER.ORDER.PAID event indicates that a customer-related order has been paid.
When the event is used in an “Order has been paid” distribution webhook, the data object always contains the following required objects:
customer,referrer,order,redemption.campaign,promotion_tier,campaign,voucher,publication,Event data object schema for customer.order.paid.
Simplified customer data.
Show child attributes
Simplified customer data.
Show child attributes
Order information.
Show child attributes
Redemption data used for internal communication
Show child attributes
Details about the campaign related to the distribution with a promotion or send voucher purpose.
Show child attributes
Details about the voucher related to the distribution with a send voucher purpose.
Show child attributes
Details about the publication related to the distribution with a send voucher purpose.
Show child attributes
Details about the promotion tier related to the distribution with a promotion purpose.
Show child attributes
Webhook accepted
Was this page helpful?