Information about the notification or report configuration.

method
enum<string>
required

Method to use to send the notification to the target.

Available options:
email,
sms,
web,
report-email,
report-web
ownerId
string | null
required

ID for the paypoint or organization that owns the notification.

ownerType
enum<integer>
required

Entity owner type. Accepted values:

  • 0: Organization/partner
  • 2: Paypoint
Available options:
0,
2
content
object
frequency
enum<string> | null

Frequency for notification. For notifications using the email ,sms, or web method, the allowed values are:

  • untilcancelled
  • one-time

For notifications using the report-email or report-web method, the allowed values are:

  • one-time
  • daily
  • weekly
  • biweekly
  • monthly
  • quarterly
  • semiannually
  • annually
Available options:
one-time,
daily,
weekly,
biweekly,
monthly,
quarterly,
semiannually,
annually,
untilcancelled
source
string | null

Custom identifier to indicate the transaction or request source.

Maximum length: 100
status
enum<integer> | null

Status of notification:

  • 0: Inactive
  • 1: Active
Available options:
0,
1
target
string | null

Specify the notification target.

For method=email the expected value is a list of email addresses separated by semicolon.

For method=sms the expected value is a list of phone numbers separated by semicolon.

For method=web. the expected value is a valid and complete URL. Webhooks support only standard HTTP ports: 80, 443, 8080, or 4443.

Was this page helpful?