POST
/
cards
/
simulator
/
balance_enqiry
curl --request POST \
  --url https://api.sandbox.sudo.cards/cards/simulator/balance_enqiry \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "cardId": "<string>",
  "channel": "web"
}'
"{}"

Authorizations

Authorization
string
header
required

Body

application/json
cardId
string
required

The _id of the specific card.

channel
enum<string>
default:
web
required

The channel to simulate the balance enquiry on.

Available options:
web,
pos,
atm

Response

200
application/json
200

The response is of type object.