Send a notification for merchant

Send a notification on behalf of a specific merchant within an organization. Requires MERCHANT_NOTIFICATIONS_SEND permission.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

merchantIdstringRequired

Merchant identifier (e.g., โ€˜mer_def456โ€™)

organizationIdstringRequired

Organization identifier (e.g., โ€˜org_abc123โ€™)

Request

This endpoint expects an object.
typestringRequired
Notification type
messagestringRequired
Notification message
channelslist of enumsRequired
Channels to send the notification through
merchantIdstringOptional
Merchant ID
datamap from strings to anyOptional
Additional data for the notification

Response

Notification has been queued for processing
statusstring
Operation status

Errors

400
Send Request Bad Request Error
401
Send Request Unauthorized Error
403
Send Request Forbidden Error
404
Send Request Not Found Error
422
Send Request Unprocessable Entity Error
500
Send Request Internal Server Error