A card holder can retrieve their account balance at an ATM only if the card product associated with their card supports ATM withdrawals.
To determine if your card product supports ATMs, send a GET
request to /cardproducts/{token}
and check the value of config.poi.atm
.
- If
config.poi.atm
is true, card holders can retrieve their account balance at an ATM. - If
config.poi.atm
is false, card holders cannot retrieve their account balance at an ATM.
For more information, see Card Products in the Core API Reference.