Check if specific account is available for use

This endpoint is used to check if a specific account is available for use

GET https://exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/IsPoolAccountAvailable?account_number=xxxx/

Query Parameters

Name
Type
Description

account_number*

String

this is the account number you are trying to verify

Headers

Name
Type
Description

Authorization*

String

partners public key

Content-Type*

String

application/json

Example Request- Code

{
   success: true,
   message: m,
   data: data            
}

Last updated