v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBUPI
Get balance for account
Balance inquiry
post/v1/cards/balance
Headers
Authorizationstring required
Example:Bearer eyJhbGci...IUzUx
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
user-agentstring required
Client consuming API.
Request body
Example request
{
"account_reference_number": "12345600000000001140340134",
"external_transaction_datetime": "2020-09-15T19:39:54.013Z",
"external_transaction_id": "MGS584A1244F6BC4D50A3FABE6D93DF913C"
}Response
Response Body
Example response
{
"card": {
"available_balance": 150000,
"ledger_balance": 1000
},
"account_reference_number": "12345600000000001140340134",
"external_transaction_datetime": "2020-09-15T19:39:54.013Z",
"external_transaction_id": "MGS584A1244F6BC4D50A3FABE6D93DF913C"
}