Skip to content

Get Fee and VAT

The /GetFeeAndVat gets the transaction fee and vat depending on the amount money the customer wants to make for transaction. The vat and fee values will be needed when making use of the /WalletToOtherBanks endpoint to send money to other banks.

Request Body

Note

Serialize the request body, then encrypt (AES encryption) it using the provided key. The encryption requires a secret key and IV key which will be provided by the sterling team. Pass the encrypted string as the value of "Data" in the new request body.

EncryptedReq {
  "Data": "string"
}
curl -X GET https://pass.sterling.ng/OneBankWalletV3/api/Wallet/GetFeeAndVat
-H 'Content-Type: application/json' 
hhttps://pass.sterling.ng/OneBankWalletV3/api/Wallet/GetFeeAndVat?amount=0
{
"feeAmount":,
"vat": 
"ResponseCode": "",
"ResponseDescription": ""
}

Parameters

Parameter Type Description
amount string *required Transaction amount