Sends sample notifications to test if the webhook is set up correctly.
We send four test notifications for each event code you choose. They cover success and failure scenarios for the hard-coded currencies EUR and GBP, regardless of the currencies configured in the merchant accounts. For custom notifications, we only send the specified custom notification.
The response describes the result of the test. The status
field tells you if the test was successful or not. You can use the other fields to troubleshoot unsuccessful tests.
To make this request, your API credential must have the following roles:
Unique identifier of the webhook configuration.
The unique identifier of the merchant account.
Custom test notification object. Required when the types
list contains CUSTOM.
List of event codes for which to send test notifications. Only the webhook types below are supported.
Possible values if webhook type
: standard:
notification
object.Possible values if webhook type
: banktransfer-notification:
Possible values if webhook type
: report-notification:
Possible values if webhook type
: ideal-notification:
Possible values if webhook type
: pending-notification:
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
The request has been successfully processed, but there is no additional content.