Verify Customer

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

postWebhooksubpackage_eventNotifications.VerifyCustomer

Payload

createdAtstring int64

The timestamp when the event was created, represented as a Unix timestamp in milliseconds.

eventIdstring

Unique identifier for the event.

eventTypestring

The type of event that triggered the webhook.

merchantIdstring

The unique identifier of the merchant.

messagestring

A message describing the event.

objectIdstring

Unique identifier for the object associated with the event, such as a transaction.

objectTypestring

The type of object associated with the event (e.g., Transaction).

paymentTypestring

Type of payment, denoted by a numeric code.

statusstring

Status code representing the current state of the transaction.

statusMessagestring

A message describing the current status of the transaction.

timeZonestring

The timezone of the event, formatted in IANA timezone database format.

transactionTypestring

Type of transaction, denoted by a numeric code.

customer.namestring

Response

Webhook received successfully

Changes