Virtual Cards

Just like a physical card, a virtual card is a payment instrument that enables users to conduct transactions virtually online.

You can retrieve virtual card details via the Dashboard or via the API. PCI-DSS rules protect cardholder data. For PCI-DSS compliance, we recommend limiting retrieval of virtual card information to the dashboard. You can retrieve both the full unredacted card number and CVV2 from the API. For security reasons, these fields will be omitted unless you explicitly request them with the reveal property.

curl --location --request GET 'https://vault.sandbox.sudo.cards/cards/5f8b75ef12a06df84bd7aa3a?reveal=true' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic ••••••••••••••••••••••••••••••••••••CREE1M0EwQjgyMjI0NUE3QUM=' \

🚧

Card Data Security

In order to maintain PCI Compliance and high card data security, all requests to map or retrieve card details must be passed through the vault endpoint.