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
bankcode*
String
bankname*
String
Bank name of the receiver
accountno*
String
The receiver account number
reference*
String
Transaction reference. This should be a unique identifier
currency
String
NGN, GHS, ZAR or USD
narration
String
Reason for the transfer
acctname
String
Account holder name
Take a look at how you might do this:
Sample Response
Last updated
Was this helpful?