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

    PurchaseRefundedPayload

    Purchase webhook payload for refunds.

    {
        "order_id": "string",
        "dtl_purchase": "string",
        "a_business": {
            "property1": "string",
            "property2": "string"
        },
        "a_customer": {
            "property1": "string",
            "property2": "string"
        },
        "a_price": {
            "m_discount": "string",
            "m_sum": "string",
            "m_tax": "string",
            "m_tip": "string",
            "m_total": "string",
            "text_currency": "string",
            "property1": "string",
            "property2": "string"
        },
        "refund_line_items": [
            {
                "property1": "string",
                "property2": "string"
            }
        ],
        "property1": "string",
        "property2": "string"
    }
    Built with