Initiate Transfer
This endpoint allows you to initiate a transfer to a phone number or email address.
Bank transfer to phone number/email address via Kwiklli
POST
https://api-npay.bluegreensoft.com/v1/transfer/bank_kwiklli
Headers
Name
Type
Description
appKey
string
This is the bank's API key.
Request Body
Name
Type
Description
originBankCode
string
The account number of the sender
amount
string
in kobo < 1000kobo = 10Naira>
receiverId
string
The phone number or the email address of the receiver
paymentChannel
string
The channel of payment which can be 'USSD', 'MOBILE_APP', 'WEB'
telcoName
string
This is the telco name which could be MTN, GLO, AIRTEL....
senderFullName
string
Sender's first name and last name
senderAccountNumber
string
The account number of the sender.
{
"status": true,
"message": "transaction in progress",
"data": {
"SessionId": "999999200129140909200129140909",
"npayTransactionId": "5f3d12ff62787b001e7ecaa1",
"responseMessage": "transaction in progress"
}
}
Last updated
Was this helpful?