Get virtual card balance¶
There are two types of virtual cards: Permanent and One-Time-Use. If the card is One-Time-Use you only can add balance once.
TO create a virtual card, you can use the following endpoint:
Body parameters¶
| PARAMETER | TYPE | REQ. | DESCRIPTION |
|---|---|---|---|
| virtual_card_id | String | Yes | Virtual card ID you want to assign the balance. You can get it from the Create Card response |
Endpoint response¶
Status code: 200¶
{
"pending": {
"currency": "COP",
"amount": 0
},
"available": {
"currency": "COP",
"amount": 2000000000
}
}