Card API Overview
Issue and manage corporate virtual cards tied to a NadaPay wallet. Cards support online and POS payments.
What's in this section
| Guide | Purpose |
|---|---|
| Issue Card | Create a new virtual card |
| List Cards | View all cards under your organization |
| Get Card | Fetch metadata for one card |
| Get Secure Card Details | Retrieve full PAN and CVV (server-only) |
| Set Card PIN | Set the PIN and activate a card |
| Switch Card Account | Reassign a card to a different wallet |
Card lifecycle
- Issue the card — it starts
inactive - Set a PIN — this activates the card
- Use
Get Cardfor safe display metadata; useGet Secure Card Detailsonly when you need the full PAN/CVV - Optionally reassign the card to a different wallet later via Switch Card Account
Security — read this first
Get Secure Card Detailsreturns the full PAN and CVV. Call it only from a secure backend, and never log the response.Get Cardis the safe endpoint for anything customer- or dashboard-facing — it never exposes PAN or CVV.- PINs must be a 4-digit numeric value and should be collected and transmitted only through a tightly scoped, PCI-aware flow on your frontend.
Updated 13 days ago
Did this page help you?