Notifications
Get Notifications Setting
Guides
API References
- Payment Request
- Recurring Billing
- Charges
- Payout
- Account
- Orders
- Products
- Product Category
- Customers
- Staffs
- Invoice
- Webhook Events
- Notifications
- Terminal
Notifications
Get Notifications Setting
Use this API to get the notification setting
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
Was this page helpful?
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"
}
]