post https://strowallet.com/api/bitvcard/create-card/
Log in to see full request history
Responses
xxxxxxxxxx
14curl --request POST \
--url https://strowallet.com/api/bitvcard/create-card/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"name_on_card": "My Name",
"card_type": "visa",
"public_key": "VN21ZNMSYCOOJK56TA1KHCRE2ZTMWG",
"amount": "5",
"customerEmail": "mydemo@gmail.com",
"mode": "sandbox"
}
'
Try It!
to start a request and see the response here! Or choose an example: