Below are the webhook store events paired with their respective data schema related to the Customer webhook events:Customer Webhook Events Model#
The following includes 3 customer webhook events that share the same model, which are mentioned in the event
enum value under the Data Schema tabCustomer Webhook Events Model
Allowed values:customer.createdcustomer.updatedcustomer.login
Merchant ID who installed the application on their store. Get details on the Merchant via the ID using the endpoint here Timestamp of the created Event
A unique identifier for the customer.
The customer's first name.
The customer's last name.
The customer's mobile phone number without the country code.
The country code for the customer's mobile phone number.
The customer's email address.
A list of URLs associated with the customer, such as their website or social media profiles.
A URL to the customer's avatar image.
Allowed values:malefemale
The city where the customer lives.
The country where the customer lives.
The country code for the customer's country.
The currency that the customer uses.
The customer's location, represented as a string.
The date and time when the customer's information was last updated.
A list of group IDs that the customer belongs to.
Customer source information
Customers OTP (One-Time Password) Webhook Event Model#
This event is triggered when a customer's One-Time Password has been requested.This webhook event will only be triggered if both the email and SMS attempts to send the OTP to the customer have failed.
Customers OTP (One-Time Password) Webhook Event Model
A label or title used to identify a specific event.
Example:customer.otp.request
Merchant ID who installed the application on their store. Get details on the Merchant via the ID using the endpoint here The date and time when a particular event was created or initiated.
Example:Wed Jun 30 2021 12:09:11 GMT+0300
OTP Code, a temporary and unique numeric or alphanumeric code generated for the purpose of verification.
Option for contact method using phone number or email address .