Mobile Money
To generate the customer key required for deposits, it is necessary to provide the customer's mobile money details through this endpoint.
POST
https://dev-api.altra.click/ramp/mobile-money
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Description
phoneNumber
number
User phone number
network
string
Network name
countryCode
string
Country code of user
accountName
string
User account name
{
"phoneNumber": "+2349123456789",
"network": "AIRTEL",
"countryCode": "NG",
"accountName": "Name"
}
Last updated
Was this helpful?