Create User
User creation endpoint
POST https://vcard.fuspay.finance/api/v1/Merchant/CreateUser
Users will have to perform kyc before they can start using card.
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
merchant_id
String
ID of the merchant from intrapay.
user_id
String
ID of user from your system
full_name
String
the full name of user
String
the email of the user
phone
String
the phone number of the user
{
"merchant_id": "C00012",
"user_id": "U0001",
"full_name": "FusPay Demo",
"email": "[email protected]",
"phone": "234806464212"
}Response body
Last updated