Create an account verification
Creating an account verification sends a 0.01 MXN transfer from your rootAccount to retrieve the target account holderโs information. Because this request moves money from your account, you must include a JSON Web Signature (JWS).
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 anaccount_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:
account_verification.failed webhook. The reason field explains why the verification failed.
For more information about receiving webhooks, see the webhooks guide.