Balance de cuenta
Cómo obtener el balance de cuenta en Pagsmile.
Get your account balance in pagsmile.
POST https://sandbox.transfersmile.com/api/balance
Headers
Name
Type
Description
Content-Type*
String
application/json; chartset=UTF-8
AppId*
String
Your App ID in payout platform
Authorization*
String
SHA256($sorted_params + $app_key)
Request Body
Name
Type
Description
timestamp*
Integer
unix timestamp, e.g. 1628512575
{
"code": 200,
"msg": "success",
"time": 1642075813,
"data": [
{
"currency": "USD",
"amount": "551.38"
},
{
"currency": "GBP",
"amount": "0"
},
{
"currency": "EUR",
"amount": "0"
},
{
"currency": "BRL",
"amount": "99002.23"
},
{
"currency": "MXN",
"amount": "0"
}
]
}Ejemplo
Last updated