Get Balance Statement
This endpoint gives the balance statement for a wallet
post/generic-wallet/api/v1/cards/balance/statement
Headers
Content-Typestring
Authorizationstring
Request body
Response
200
Example response
{
"statusCode": "200",
"responseCode": "00",
"responseMessage": "Successful",
"ledgerBalance": "99930010",
"availableBalance": "999930010"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.