Skip to main content
POST
/
transactions
/
v2
/
direct_ramp
/
onboarding
Customer 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 '{}'

Documentation Index

Fetch the complete documentation index at: https://docs.linkio.world/llms.txt

Use this file to discover all available pages before exploring further.

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