Notifications
Query parameters
paymentIdinteger · int32Optional
paymentExternalIdstringOptional
Header parameters
AccessTokenstringRequired
access token
Responses
200
Returns all Notifications by PaymentId or PaymentExternalId
application/json
400
Bad Request
application/json
404
If the Notifications are not found
application/json
get
/api/notificationsUsed to test sending over a transaction notification payload to the notification url endpoint configured per an Integration Source
post
Query parameters
urlstringOptional
payloadstringOptional
accessTokenstringOptional
Header parameters
AccessTokenstringRequired
access token
Responses
200
Success
No content
400
Failure
application/json
post
/api/notificationTestNo content
Header parameters
AccessTokenstringRequired
access token
Body
IntegrationSourceGuidstring · nullableOptional
internal use - Identifies integrated Product
Responses
200
Returns saved notification config
application/json
400
If the notification config are not saved
application/json
404
Not Found
application/json
put
/api/notificationConfigLast updated