Skip to content

Cards

See Cards for the funding model.

Parameters: none.

{ "onboard_status": "active", "balance_ars": 45000, "active_cards_count": 2 }
ParameterTypeRequiredDescription
limit_arsnumberCard spending limit in ARS, debited from the card account balance
labelstringOptional label
idempotency_keystringUnique key to prevent duplicate issuance
disable_after_first_usebooleanDefault true (single-use). Pass false for a reusable card.
{ "card_id": "3f2a...", "last_four": "4242", "status": "active", "limit_ars": 5000 }
ParameterTypeRequiredDescription
statusstringFilter: active, cancelled, creating, disabled
limitintegerDefault 20
{ "cards": [{ "id": "...", "label": null, "last_four": "4242", "status": "active", "limit_ars": 5000, "spent_ars": 1200 }], "count": 1 }
ParameterTypeRequiredDescription
card_idstringCard UUID

Returns { "card": {...}, "transactions": [...last 5] }.

ParameterTypeRequiredDescription
card_idstringCard UUID

Refunds limit_ars - spent_ars to the card account.

{ "refunded_ars": 3800 }
ParameterTypeRequiredDescription
card_idstringCard UUID

Returns a single-use iframe URL to view PAN/CVV — see Cards → viewing sensitive data.

{ "iframe_url": "https://secure-card-viewer.example/v1/...", "expires_in_seconds": 300 }
ParameterTypeRequiredDescription
amount_arsnumberAmount to move from the wallet CVU into the card account
idempotency_keystringUnique key
{ "new_balance_ars": 50000 }
ParameterTypeRequiredDescription
amount_arsnumberAmount to move from the card account back to the wallet CVU
idempotency_keystringUnique key
{ "new_balance_ars": 20000, "provider_transfer_id": "..." }
ParameterTypeRequiredDescription
card_idstringOmit to list across all of the user’s cards
limitintegerDefault 20
{
"transactions": [
{ "ID": "...", "TransactionType": "purchase", "Status": "settled", "AmountARS": 1200, "MerchantName": "MERCADOLIBRE", "CreatedAt": "..." }
],
"count": 1
}