Partner Onboarding Endpoints
This endpoint is to register a partner
This endpoint returns a one time link containing your ID and Credentials .
POST
https://exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/OnboardPartner.
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
Example request- Code.
After onboarding on the partner onboarding endpoint, you have to provide the IPs for your system. As the IPs need to whitelist on our system.
Last updated