Skip to content

Supported KYC callbacks#

XGateway will send the KYC callbacks for the following KYC status changes:

  • CREATED KYC user is created via POST /customer/{id}/bank-transfer/user
  • KYC_NEEDED KYC process required
  • PENDING_KYC_DATA Awaiting KYC data
  • KYC_PENDING KYC is in progress
  • SOFT_KYC_FAILED Non-critical KYC failure
  • HARD_KYC_FAILED Critical KYC failure
  • FULL_USER KYC completed successfully

It is advised to subscribe and use those callbacks. This will simplify the integration and reduce response time from our side.

Callback format and usage could be tracked on the KYC Callbacks page