Account Verification

This endpoint identifies the owner of the account.

POST https://exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/AccountVerification/

It returns the name of the owner of the bank account or the mobile number. This avoids sending money to the wrong account.

Headers

NameTypeDescription

Authorization*

String

Bearer pk_partner_xxx

Content-Type*

String

application/json

Request Body

NameTypeDescription

account_number*

String

This is the bank account number or phone number the payout will be made to

account_code*

String

this is the code (eg. 051 fidelity bank or 'Momo' for Mobile money)

currency*

String

This is the currency of the fiat wallet the withdrawal would be made from e.g GHS, NGN

signature*

String

Signed Hash of payload. Sign on the digital signature endpoint with just your partner secret

{
success:true,
message:string,
data:{
    account_name:''}
}

Last updated