Gateway account limit reached
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of gateway account limit-related webhook event.

gatewayAccountIdstring, <= 50 characters

ID of the gateway account.

Example:"gw_acc_0YVCXMF26DDNKAERE5NW727S34"
eventTypestring

Type of event that triggered the webhook.

Value:"gateway-account-limit-reached"
_embeddedobject

Embedded objects related to the gateway account limit event.

Payload
{ "gatewayAccountId": "gw_acc_0YVCXMF26DDNKAERE5NW727S34", "eventType": "gateway-account-limit-reached", "_embedded": { "gatewayAccount": {}, "gatewayAccountLimit": {} }, "_links": [ {} ] }

Responses

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