Onboarding API
Create incremental onboarding by link
Initiate the onboarding process for an existing user to operate in another country.
POST
/
api
/
onboardings
/
{country}
/
incremental
/
link
Requirements to consume the endpoint.
Create and modify role
The user must have the role to create and modify.
Authorizations
x-api-key
string
headerrequiredPath Parameters
country
enum<string>
requiredCountry in which the existing user will operate.
Available options:
MX
, PE
, US
Body
application/json
userId
string
requiredResponse
200 - application/json
id
string
Id of the onboarding.
kycLink
string
KYC link for the onboarding.
tosLink
string
Terms of Service link for the onboarding.