Account Balance History
How to get your account balance history in Pagsmile.
Get your Payout account balance history in Pagsmile.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"code": 200,
"msg": "success",
"time": 1642075813,
"data": [
{
"merchant_id": "94********48",
"current_day": "2026-04-14",
"balance": [
{
"currency": "USD",
"amount":"**.**"
},
......
{
"currency": "KZT",
"amount":"**.**"
}
]
},
{
"merchant_id": "94********48",
"current_day": "2026-04-13",
"balance": [
{
"currency": "USD",
"amount":"**.**"
},
......
{
"currency": "KZT",
"amount":"**.**"
}
]
},
......
......
......
{
"merchant_id": "94********48",
"current_day": "2026-01-05",
"balance": [
{
"currency": "USD",
"amount": "**.**"
},
......
{
"currency": "KZT",
"amount":"**.**"
}
]
}
]
}Example
Last updated