Partner Activate Endpoint

virtual card onboarding endpoint

Please save your partner onboarding details securely. IIf you have previously onboarded on the general partner onbaording endpoint , you can use those existing credentials instead of repeating the onboarding process. All you have to do is just activate on the partner activate endpoint below.

POST https://vcard.fuspay.finance/api/v1/no-auth/Account/Activate

Request body

Name
Type
Description

partner_email

String

The partner email for onboardind

{
	"partner_email": "[email protected]"
}

Response body

{
    "success": true,
    "message": "Activated successfully.",
    "data": null
}

Last updated