Skip to main content
GET
/
customers
/
{customer_id}
/
balance
Obtener balance
curl --request GET \
  --url https://api.onepay.la/v1/customers/{customer_id}/balance \
  --header 'Authorization: Bearer <token>'
{
   "id": "268efd35-772c-41ef-bcf5-0028d9db7092",
   "balance": 100000,
   "label": "$100.000"
}

Documentation Index

Fetch the complete documentation index at: https://docs.onepay.la/llms.txt

Use this file to discover all available pages before exploring further.

customer_id
string
required
ID del cliente cuyo balance quieres consultar. Crear cliente.
{
   "id": "268efd35-772c-41ef-bcf5-0028d9db7092",
   "balance": 100000,
   "label": "$100.000"
}