get https://api.sandbox.international.pagseguro.com/v1/balances/
Parameters
Parameter | Description | Type |
---|---|---|
country | Country of origin of the balance | String |
amount | Balance amount | String |
currency | Balance currency | String |
last_update_date | Date of last balance update in Coordinated Universal Time (UTC) | UTC DateTime |
Example of a response
{
"available": [
{
"country": "BR",
"amount": "31521.18",
"currency": "BRL",
"last_update_date": "2024-10-01T00:00:00Z"
}
],
"investment": [
{
"country": "BR",
"amount": "5000000.00",
"currency": "BRL",
"last_update_date": "2024-10-11T00:01:00Z"
}
]
}
The balance values shown in Sandbox are for simulation purposes only and are not real
Recipe
🦉
Generating the Authorization header for Balance
Open Recipe