Skip to main content

offer_notifications_request_object

typestringnullable

Merchant notification type for new order

Possible values: [email, url]

Default value: email
urlstringnullable

Merchant notification URL

emailstringnullable

Merchant notification email

http_methodstringnullable

Notification HTTP method

Possible values: [GET, POST]

is_disabledboolean

Whether notifications are disabled

Default value: false
is_defaultboolean

If true, notifications will be sent only by email

Default value: true
offer_notifications_request_object
{
"type": "email",
"url": "string",
"email": "string",
"http_method": "GET",
"is_disabled": false,
"is_default": true
}