Skip to main content
PATCH
/
api
/
v3
/
integrator
/
settlements
/
notification-preferences
cURL
curl --request PATCH \
  --url https://sandbox-api.kotanipay.com/api/v3/integrator/settlements/notification-preferences \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "settlementNotificationEmail": "<string>",
  "settlementNotificationsEnabled": true,
  "settlementSlackWebhookUrl": "<string>",
  "settlementSlackEnabled": true
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.kotanipay.com/llms.txt

Use this file to discover all available pages before exploring further.

Update the email and Slack notification settings for settlement events on your account. These notifications supplement signed webhook delivery and are intended for human awareness.

Authorizations

Authorization
string
header
required

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

Body

application/json
settlementNotificationEmail
string

Email to receive settlement updates (defaults to profile email)

settlementNotificationsEnabled
boolean
settlementSlackWebhookUrl
string

Slack incoming webhook URL for settlement notifications

settlementSlackEnabled
boolean

Response

200 - undefined