Skip to main content
POST
/
direct_ramp
/
onboarding
Direct Ramp Onboard
curl --request POST \
  --url https://api.linkio.world/transactions/v2/direct_ramp/onboarding \
  --header 'Content-Type: application/json' \
  --header 'ngnc-sec-key: <api-key>' \
  --data '{}'

Authorizations

ngnc-sec-key
string
header
default:""
required

Query Parameters

email
string
required

Your customers email address.

first_name
string
required

Customer first name.

last_name
string
required

Customer last name.

country
enum<string>
required
Available options:
Nigeria,
Ghana,
Kenya,
South Africa,
Botswana,
Cameroon,
Malawi,
Mozambique,
Sierra Leone,
Tanzania,
Uganda,
Zambia,
Cote D'Ivoire,
Rwanda

Body

application/json

The body is of type object.

Response

200 - undefined