Query Account Balance
Retrieves the total, available, and blocked balances of a merchant account by currency.
Field
Type
Requirement
Description
{
"merchant_id": "100398",
"currency": "USD"
}curl --request POST \
--url https://rem-api-sandbox.pagsmile.com/remittance/account/query-balance \
--header 'Content-Type: application/json; charset=UTF-8' \
--data '{
"partner_id": "<your_partner_id>",
"app_id": "<your_app_id>",
"timestamp": "2026-07-20 10:30:00",
"version": "2.0",
"language": "en",
"random_key": "<RSA-encrypted AES key>",
"request_id": "<globally_unique_request_id>",
"sign_type": "RSA",
"biz_data": "<AES-encrypted biz_data>"
}'Field
Type
Requirement
Description
Last updated