#elysium - Issuing Card Details
1 messages · Page 1 of 1 (latest)
Hello! You can access that information from the API as explained here: https://stripe.com/docs/issuing/cards/virtual
I tried but there is no CVV and card number.
From that page:
You can retrieve both the full unredacted card number and CVC from the API. For security reasons, you can only use these fields with virtual cards in live mode, and we omit them unless you explicitly request them with the expand property.
There's a code snippet on that page that shows how to do that.