post https://api.useoval.com/card
Use this API to create a Virtual Card. Virtual cards can belong to either a Business or a Person.
Log in to see full request history
Response
Use this API to create a Virtual Card. Virtual cards can belong to either a Business or a Person.
xxxxxxxxxx
10curl --request POST \
--url https://api.useoval.com/card \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"label": "Groceries",
"funding_amount": 1000
}
'
Try It!
to start a request and see the response here! Or choose an example: