April 27, 2024
cancel
Showing results for 
Search instead for 
Did you mean: 
Help

Virtual card request

Virtual card request

David1234
New Contributor

Is this code okay to request virtual card from marqeta because it has been showing error messages when I used the below code

curl -i \

  -X POST \

  -H 'Content-Type: application/json' \

  --user '1474ba86-f2f7-47ca-a0b5-64c4d773382d:7ea592a7-8ebf-453e-bc57-bf5736fac887' \

  -d '{

    "first_name": "Marqeta",

    "last_name": "User",

    "show_pan": true,

    "show_cvv_number": true,

    "active": true

  }' \

  'https://sandbox-api.marqeta.com/v3/cards'

 

0 REPLIES 0