Simulates card enquiry for a specific card.
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"
}'
"{}"
200
The response is of type object
.
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"
}'
"{}"