Skip to main content
Account verification lets you verify a standardized Mexican bank account number (CLABE) before sending a payout. Fintoc sends a 0.01 MXN microdeposit from your account balance and retrieves the account holderโ€™s information from the transaction receipt.

Create an account verification

Creating an account verification sends a 0.01 MXN transfer from your root Account to retrieve the target account holderโ€™s information. Because this request moves money from your account, you must include a JSON Web Signature (JWS).
The API returns an account_verification object with a pending status when the verification process starts. The initial response sets the account holder information to null:

Use the SDKs

The following examples verify an account using the Python and Node SDKs:
Node

Monitor verification status

Fintoc sends an account_verification.succeeded webhook after retrieving the transfer and account holder information. The event includes the account holder information in an account_verification object with a succeeded status:
If Fintoc cannot retrieve the information, Fintoc sends an account_verification.failed webhook. The reason field explains why the verification failed. For more information about receiving webhooks, see the webhooks guide.