Skip to main content
GET /service/payments/link/:linkId/notifications/:notificationId

Get specific pay-by-link notifications for specified link id and notification id

Path Parameters
    linkId string required
    notificationId string required
Responses

pay-by-link notification returned 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...