Skip to main content

Consult SPEI® information

This operation allow consult the information of a SPEI® account.

HTTP Request

GET /spei/clabe/collection/{id}

Header Parameters

HeaderDescription
Authorization 
required
The Bearer token created in
Get authorization Token
Content-Type 
required
application/json

Example JSON Request:

GET /spei/clabe/collection/1

Example JSON Response:

{
"success": true,
"code": 200,
"message": "OK",
"data": {
"spei_account": {
"id": "11111111-daa7-1234-aaaa-123123123ecd",
"name": "Nombre",
"surname": "Apellido Paterno",
"second_surname": "Apellido Materno",
"rfc_curp": "XAXX010101000",
"origin_date": "2021-01-01",
"origin_country": "MX",
"email": "[email protected]",
"account_reference": "ReferenciaCuenta",
"clabe": "012345678901234567",
"status": {
"key": "ACTIVE",
"value": "Activo"
},
"type": {
"key": "ENTITY",
"value": "Entidad"
},
"created_at": "2021-01-01T00:00:00Z",
"total_amount_received": 5000.00,
"total_operations_received": 10,
"observations": "Observaciones adicionales"
}
}
}