Test a notification configuration
Tests an existing notification subscription configuration. For each event type specified, a test notification will be generated and sent to the URL configured in the subscription specified.
Request Parameters
The event types to test. If left blank, then all of the configured event types will be tested.
Permitted values:
ACCOUNT_HOLDER_CREATED
,ACCOUNT_CREATED
,ACCOUNT_UPDATED
,ACCOUNT_HOLDER_UPDATED
,ACCOUNT_HOLDER_STATUS_CHANGE
,ACCOUNT_HOLDER_STORE_STATUS_CHANGE
ACCOUNT_HOLDER_VERIFICATION
,ACCOUNT_HOLDER_LIMIT_REACHED
,ACCOUNT_HOLDER_PAYOUT
,PAYMENT_FAILURE
,SCHEDULED_REFUNDS
,REPORT_AVAILABLE
,TRANSFER_FUNDS
,BENEFICIARY_SETUP
,COMPENSATE_NEGATIVE_BALANCE
.
The ID of the notification subscription configuration to be tested.
Response parameters
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.