Balance API


Description

This API is is a secure endpoint that enables authorized clients to retrieve information about their account balance or wallet balance. This API is particularly useful for applications that require real-time access to financial data, allowing clients to check their available funds. To access this API, clients must provide a valid access token in the request header for authentication and authorization.

Note:

  • If the card status is not active, the HTTP code 400 is returned.
  • HTTP code 400 can also be interpreted as a business failure/bad request for Balance API.

Method: POST

URL/Path: baseurl/account/get/balance/api/

E.g.: budgetree.in/rest/v3/orders

Request Header:

Content-Type application/json
Accept */*
application/json Authorization: Bearer [Your Authorization Token]

Sample Response    200


                balance: 9960 
                                
             

Sample Response    400


                "No token provided"         
             
             

Sample Response    498


                "Invalid token"           
             
             
Error Codes
Status Code Description
400 Bad Request
498 Unknown Status Code

Articles

Last updated on: