Create Merchant
Merchant creation endpoint. The virtual card API is a multi merchant system with a single partner being able to create multiple merchants.
Request Header
Name
Type
Description
Request body
Name
Type
Description
{
"merchant_name": "FusPay Demo",
"merchant_email": "[email protected]",
"merchant_phone": "234800000000",
"merchant_country": "Ghana",
"meta_data": {
"otp": "0000",
"intrapay_merchant_id": "intrapay_merchan_id_0001"
}Response body
Last updated