Create an account verification
Account Verification creates a 0.01 MXN Transfer from your rootAccount to retrieve the target account holder’s information. Since money will be moved from your account, a JWS Signature will be required to complete the action.
account_verification object in pending status. Note that the requested information is blank in the initial response. The response should look like this:
Using our SDKs
Here’s an example of how to verify accounts using our Python and Node SDK:Node
Monitor verification status
When transfer and account holder information are successfully retrieved, you will receive anaccount_verification.succeeded webhook. This event will include the account holder’s information in a succeeded account_verification object. This is how the event should look like:
account_verification.failed webhook with a reason field explaining why the verification failed.
For more information on receiving webhooks with Fintoc, check out the webhooks guide.