1. Purchase
WellnessLiving Webhooks API
  • Getting Started
  • Appointment
    • Appointment created
    • Appointment updated
  • Business
    • Business updated
  • Class
    • Class created
    • Class updated
  • Client
    • Client created
    • Client updated
  • Location
    • Location created
    • Location updated
  • Purchase
    • Purchase created
    • Purchase refunded
  • Staff
    • Staff created
    • Staff updated
  • Schemas
    • MetaData
    • Gender
    • ImageInfo
    • AppointmentPayload
    • BusinessPayload
    • ClassPayload
    • ClientPhoto
    • ClientPayload
    • LocationAddress
    • LocationLinks
    • LocationPayload
    • MoneySummary
    • PurchaseItem
    • PurchaseCreatedPayload
    • PurchaseRefundedPayload
    • StaffPhoto
    • StaffPayload
  1. Purchase

Purchase refunded

Webhook
POST
purchase.refunded
Triggered when a refund occurs.

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200
Receiver accepted the webhook
This response does not have a body.
🟢201
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://your-api-server.com' \
--header 'x-topic;' \
--header 'x-signature-256;' \
--header 'x-generated-at;' \
--header 'x-sent-at;' \
--header 'x-payload-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "order_id": "100013412008",
    "dtl_purchase": "2024-11-22 10:38:41",
    "a_price": {
        "m_total": "24.00",
        "text_currency": "usd"
    }
}'
Modified at 2025-12-18 20:08:05
Previous
Purchase created
Next
Staff created
Built with