Gateway account downtime started
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of gateway account-related webhook event.

gatewayAccountIdstring, <= 50 characters

ID of the gateway account.

Example:"gw_acc_0YVCXMF26DDNKAERE5NW727S34"
eventTypestring

Type of event that triggered the webhook.

Enum:"gateway-account-downtime-ended""gateway-account-downtime-started""gateway-account-onboarding-completed""gateway-account-onboarding-failed"
_embeddedobject

Embedded objects related to the gateway account event.

Payload
{ "gatewayAccountId": "gw_acc_0YVCXMF26DDNKAERE5NW727S34", "eventType": "gateway-account-downtime-ended", "_embedded": { "gatewayAccount": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.