Skip to main content
WEBHOOK
customerStatusUpdate
{
  "type": "<string>",
  "data": {
    "customerId": "<string>",
    "status": "active",
    "rejectionReasons": [
      "<string>"
    ],
    "canResubmit": true
  }
}

Body

application/json
type
string
required

Discriminator for customer status update events.

Allowed value: "customer-status-update"
data
object
required

Customer status update payload.

Response

200

Event accepted