Skip to main content
Account verification confirms a Mexican bank account identified by its standardized Mexican bank account number (CLABE). Fintoc sends a 0.01 MXN micro-deposit from your account balance to the target CLABE. When the verification completes, Fintoc returns the account holder’s information.

Create an account verification

An account verification creates a 0.01 MXN Transfer from your root Account to retrieve the target account holder’s information. Because this call moves money from your account, you must sign the request with a JSON Web Signature (JWS). See setting up JWS keys.
When you request an account verification, the API returns an account_verification object in pending status. The holder fields are blank in this initial response; they populate once the verification succeeds. The response looks like this:

Monitor verification status

When Fintoc retrieves the transfer and account holder information, it sends an account_verification.succeeded webhook. This event includes the account holder’s information in a succeeded account_verification object. The event looks like this:
If Fintoc cannot retrieve the information, you receive an account_verification.failed webhook with a reason field explaining why the verification failed. For more on receiving webhooks with Fintoc, see the webhooks guide.