Get Card Balance
Endpoint: https://rest.virtualincentives.com/{version}/{format}/recipients/{id}/card/balance
Method: GET
This endpoint requires approval prior to access. Please contact your Virtual Incentives Client Success Manager to discuss your use case.
Definitions
| Field | Type | Description |
|---|---|---|
| balance | response only decimal | Remaining card balance |
Examples
Response XML
<card>
<balance>25.00</balance>
</card>Response JSON
{
"card": {
"balance": 25.00
}
}Updated 6 months ago