POST https://exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/OnboardPartner
If you have previously onboarded on the general , you can use those existing credentials instead of repeating the onboarding process.
Partner's Public, Secret Keys, and partners ID will be sent to Partner email as a one-time link.
Headers
Name
Type
Description
Content-Type*
String
application/json
Request Body
Name
Type
Description
partner_code*
String
a code signifying the partner
email*
String
email of the partner
Response Body
{
"success": true,
"message": "API Keys generated. Please check your email to confirm",
"data": null
}