Regenerate Partners Pub/Priv Keys
This endpoint is used by partners to regenerate their keys
POST
https://exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/ResetPartnerKeys/
A One time reset link is sent to the partner email address to regenerate the keys. Your Partner Id remains the Same only your pub and priv key changes
Old keys becomes invalid
Headers
Name
Type
Description
Content-type*
String
application/json
Request Body
Name
Type
Description
email*
String
sample@example.com
partner_code*
String
the partner code used on partner onboarding
Example Request- Code
Last updated