Make Transfer
1app's Send Money API allows you to send money to any bank in Nigeria, a mobile money account and even other 1app accounts.
Make a POST request to our send money endpoint
POST {{base_url}}/sendmoney
Headers
Name
Type
Description
authorization*
String
Set value to Bearer SECRET_KEY
Request Body
Name
Type
Description
amount*
String
Amount to transfer
bankname*
String
Bank name of the receiver
accountno*
String
The receiver account number
reference*
String
Transaction reference. This should be a unique identifier
acctname*
String
Account holder name
currency
String
NGN, GHS, ZAR or USD
narration
String
Reason for the transfer
{
"status": true,
"message": "Transfer Successfully Completed",
"txref": "API365022038SM347",
"charged": 100000,
"newbal": 600,023.80
}Take a look at how you might do this:
Sample Response
Last updated
Was this helpful?