Skip to main content

Overview

Customer webhooks notify your application when a customer is created, updated, or has a KYC status change. The current customer event types are:
  • customer.created
  • customer.kyc.updated
  • customer.updated
Use the customer ID in each payload to update the matching customer record in your system.

Created webhook event

This event is fired when a customer is created.
customer.created

Updated webhook event

This event is fired when a customer is updated.
customer.updated

KYC webhook event

This event is fired when a customer’s KYC status is updated.
customer.kyc.updated