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

Lists all notifications

Gets all pay-by-link notifications for specified link id

Path Parameters
    linkId string required
Responses

pay-by-link notifications returned successfully


Schema
  • Array [
  • 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...