Create Virtual Card
Virtual Cards
Create Card
Create a new virtual card for a specific user
POST
Create Virtual Card
Authorizations
JWT bearer token returned by POST /action/auth. Send protected requests with: Authorization: Bearer . Tokens expire after 24 hours.
Path Parameters
User ID for whom to create the card
Example:
"SP6VC"
Body
application/json
Virtual card creation details
Required range:
x >= 0.01Example:
10
Available options:
USD, EUR, XAF Example:
"USD"
Available options:
VISA, MASTERCARD Example:
"VISA"
Available options:
PERSONAL, BUSINESS Example:
"PERSONAL"
Available options:
BASIC, PREMIUM Example:
"BASIC"
