API Reference
Use this API to get the notification setting
cURL
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" } ]
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
200
The response is of type object[].
object[]
Was this page helpful?