Skip to main content
POST /service/payments/link/:linkId/notifications

Creates new pay-by-link notification for specified link id

Path Parameters
    linkId string required
Request Body
    channel LinkNotificationChannel

    Possible values: [email, sms]

    target string
Responses

pay-by-link notification created successfully


Schema
    id LinkNotificationId
    channel LinkNotificationChannel

    Possible values: [email, sms]

    target string
    created date-time

    RFC 3339 date time format (2007-11-06T16:34:41.000Z)

    updated date-time

    RFC 3339 date time format (2007-11-06T16:34:41.000Z)

    status LinkNotificationStatus

    Possible values: [accepted, sent, delivered, error]

    status_message string
Loading...