Get a balance SPEI®
This operation allows you to consult the SPEI® balance.
HTTP Request
GET /spei/balance
Header Parameters
Header | Description |
---|---|
Authorization required | The bearer token created in Obtener token de autorización |
Content-Type requiredo | application/json |
Example JSON Request:
GET /spei/balance
Example JSON Response:
{
"data": {
"spei_balance": {
"pending_balance": 1500.00,
"available": 5000.00
}
}
}