Create an account verification
An account verification creates a 0.01 MXNTransfer 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.
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 anaccount_verification.succeeded webhook. This event includes the account holder’s information in a succeeded account_verification object. The event looks like this:
account_verification.failed webhook with a reason field explaining why the verification failed.
For more on receiving webhooks with Fintoc, see the webhooks guide.