offer_notifications_request_object
typestringnullable
Merchant notification type for new order
Possible values: [email, url]
Default value:
emailurlstringnullable
Merchant notification URL
emailstringnullable
Merchant notification email
http_methodstringnullable
Notification HTTP method
Possible values: [GET, POST]
is_disabledboolean
Whether notifications are disabled
Default value:
falseis_defaultboolean
If true, notifications will be sent only by email
Default value:
trueoffer_notifications_request_object
{
"type": "email",
"url": "string",
"email": "string",
"http_method": "GET",
"is_disabled": false,
"is_default": true
}