Leer una validación de cuenta
Lee la validación de una CLABE. Se refresca en vivo desde el banco mientras está `pending`; una vez `succeeded` o `failed` es final. Regresa el nombre del titular, su RFC, la institución y las banderas de coincidencia.
Autorización
Authorization Your public API key, with the word Token and a space in front of it. Example: Token 6534bc0a7e1f4d2b9c8e3a5f7b1d2c4e6f8a9b0c — that whole value is the header. Sending the key alone returns 401 'Authentication credentials were not provided'. In this playground you may paste just the key; the prefix is added for you.
In: header
Parámetros de ruta
The 18-digit CLABE that was validated.
Parámetros de consulta
Your business id. Optional — the lookup is scoped by your API key.
Cuerpo de la respuesta
application/json
application/json
application/json
curl -X GET "https://example.com/account-verifications/646180000000000009"{
"account_number": "646180000000000009",
"verification_id": "accv_3JkKAxCDvjeoUGgQPYzOMEFDl0K",
"status": "succeeded",
"holder_name": "Dede Kuhlman",
"holder_id": "RBZZ190718TEA",
"institution": "90646",
"name_match": true,
"rfc_match": true,
"reason": null
}{
"code": 0,
"message": "string"
}{
"code": 0,
"message": "string"
}Iniciar una validación de cuenta
Confirma que una CLABE es real y quién es su titular — nombre y RFC, directo del banco — antes de mover dinero real. Un depósito de prueba de 0.01 MXN, por cuenta de Tonder, y la lectura del recibo interbancario oficial.
Crear cliente
Obtiene o crea un cliente (usuario) en el sistema de Tonder. Devuelve el `id` y el `auth_token` del cliente. Si ya existe un cliente con ese correo, regresa el existente en vez de duplicarlo.
