> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://amer.developers.trustly.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://amer.developers.trustly.com/_mcp/server.

# Verify Customer

POST 

The `VerifyCustomer` event provides the result of the identity verification check performed against the data from the bank.

Reference: https://amer.developers.trustly.com/api-reference/api/event-notifications/verify-customer

## Request

### Payload

- `createdAt` (string, optional) — The timestamp when the event was created, represented as a Unix timestamp in milliseconds.
- `eventId` (string, optional) — Unique identifier for the event.
- `eventType` (string, optional) — The type of event that triggered the webhook.
- `merchantId` (string, optional) — The unique identifier of the merchant.
- `message` (string, optional) — A message describing the event.
- `objectId` (string, optional) — Unique identifier for the object associated with the event, such as a transaction.
- `objectType` (string, optional) — The type of object associated with the event (e.g., Transaction).
- `paymentType` (string, optional) — Type of payment, denoted by a numeric code.
- `status` (string, optional) — Status code representing the current state of the transaction.
- `statusMessage` (string, optional) — A message describing the current status of the transaction.
- `timeZone` (string, optional) — The timezone of the event, formatted in IANA timezone database format.
- `transactionType` (string, optional) — Type of transaction, denoted by a numeric code.
- `customer.name` (string, optional)