Create Card

virtual card creation endpoint

POST https://vcard.fuspay.finance/api/v1/User/CreateCard

While creating a card their merchant wallet will be debited 5$ and the card created will be automatically funded with 3$ (effective card creation fee is $2)

Request Header

Name
Type
Description

Authorization

Bearer Token

Bearer token ${partner_secret_key}

Content-Type

Application/json

x-partner-id

xxxxxxxx

Your partner ID eg. p602xxx

Request body

Name
Type
Description

card_name*

String

The name the user intend to name the virtual card.

user_id*

String

The ID of the user for creating the virtial card.

tag*

String

the user's tag e.g school.

bvn*

String

the bank verification number of the user.

country*

String

Country name of the user.

house_no*

String

user's house number.

street*

String

The name of the street where the user resides.

state*

String

The state of residence of the user.

city*

String

The user's city

zip_code*

String

user's zip code.

id_type*

String

ID type (type of ID e.g BVN, NIN, Passport).

id_no*

String

ID number (ID number of the user's KYC document).

dob*

String

The user's date of birth e.g yyyy-mm-dd.

id_image*

String

URL image file of user

address*

String

The full address of the user, combining.

Response body

Last updated