GET
/
v1
/
notifications
curl --request GET \
  --url https://api.sandbox.hit-pay.com/v1/notifications \
  --header 'X-BUSINESS-API-KEY: <x-business-api-key>'
[
  {
    "event": "customer_receipt",
    "channel": "email"
  },
  {
    "event": "daily_collection",
    "channel": "email"
  },
  {
    "event": "daily_collection",
    "channel": "push_notification"
  },
  {
    "event": "daily_payout",
    "channel": "email"
  },
  {
    "event": "incoming_payment",
    "channel": "email"
  },
  {
    "event": "incoming_payment",
    "channel": "push_notification"
  },
  {
    "event": "new_order",
    "channel": "email"
  },
  {
    "event": "new_order",
    "channel": "push_notification"
  },
  {
    "event": "mall_gto_sync",
    "channel": "email"
  }
]

Headers

X-BUSINESS-API-KEY
string
required

Response

200 - application/json
200
event
string
required
channel
string
required