Skip to main content
GET
/
cards
/
{id}
/
balance
Get Card Balance
curl --request GET \
  --url https://api.sandbox.sudo.cards/cards/{id}/balance \
  --header 'Authorization: <api-key>'
{
  "statusCode": 200,
  "message": "Card balance fetched successfully.",
  "data": {
    "currentBalance": 18000,
    "availableBalance": 18000
  }
}

Authorizations

Authorization
string
header
default:{{APIKey}}
required

Path Parameters

id
string
required

The _id of the card you wish to fetch the balance for.

Response

200

statusCode
integer
Example:

200

message
string
Example:

"Card balance fetched successfully."

data
object