Notifications
A Notification is sent to Webhook subscribers when specific events occur in our system. Notifications may contain details about the event, and relevant metadata.
Notification Model
Attributes
-
id
string -
type
string -
data
string -
accountId
string -
test
boolean -
createdAt
timestamp
Notification types
Notification type | Description | Metadata |
---|---|---|
payment-request:paid | A Payment Request has been paid. | See Payment Activity Model |
payment-request:refund-initiated | A refund of a Payment Request has been initiated. | See Payment Activity Model |
payment-request:refund-completed | A Payment Request has been successfully refunded. | See Payment Activity Model |