Skip to main content
POST
Create Virtual Card

Body

application/json

Create Virtual Card payload

address
object
required
card_balance
number
required

Initial balance to load onto the card

Example:

10

card_brand
enum<string>
required

Brand of the card

Available options:
Visa,
Mastercard
card_type
enum<string>
required

Type of card to create

Available options:
Lite,
Multiuse-Lite,
Virtual,
Physical
currency
enum<string>
required

Currency of the card (Only USD is supported for virtual cards for now)

Available options:
USD,
NGN,
EUR,
GBP
user_id
string
required

Identifier of the user to whom the card will be issued

Example:

"12345"

Response

Created

data
object
message
string
success
boolean