Velvpay api
Number of APIs: 22
`amount` is in kobo with an alternative of `amountInNaira` which has its equivalent in naira, all amount to be send should be in kobo except otherwise specified by setting the isNaira
flag to `true`.
GENERATE AN ENCRYPTED AUTHORIZATION TOKEN
var SECRET_KEY = "";
var PUBLICKEY = "";
var ENCYPTIONKEY ="";
var REFERENCEID = ""; // this should be unique for every request
var AUTHORIZATION = SECRETKEY+PUBLICKEY+REFERENCEID// please note that it needs to follow this order
var AUTHORIZATIONTOKEN = CryptoJS.AES.encrypt(authorization,ENCYPTIONKEY).toString();
-
Bills - List GET {{BASE_URL}}/bills/list?category=ELECTRICITY
-
Bills - Bill Details POST {{BASE_URL}}/bills/item/details
-
Payment - Pay (Virtual Account) POST {{BASE_URL}}/payment/collection/transaction
-
Webhook - webhook test POST {{BASE_URL}}/webhook/test
-
Fund Request - Request Fund POST {{BASE_URL}}/request/fund
-
Fund Request - Fund Request Status POST {{BASE_URL}}/request/fund/status
-
Payout - Transfer POST {{BASE_URL}}/payment/payout
-
Payout - resolve payout status GET {{BASE_URL}}/payment/collection/transaction/resolve?transaction_id=FR-IM5N2MKNJ40HHKOKNWIV1
-
Wallet-Transactions - Transactions GET {{BASE_URL}}/wallet/transactions?limit=10&offset=0&account_id=6363d6bf9cd17050ec9eaf73
-
Wallet-Account - Business customers GET {{BASE_URL}}/wallet/customers?limit=10&offset=0