/billing/v1/onboarding-linksThis endpoint creates a new onboarding link
This action is not enabled by default. You must request additional permissions to perform this action.
typestringThe type of onboarding link (EXTERNAL_ONBOARDING)
returnUrlstringThe URL to redirect after onboarding
refreshUrlstringThe URL to refresh during onboarding.
networkstringThe network associated with the onboarding link.
{
"type": "EXTERNAL_ONBOARDING",
"returnUrl": "string",
"refreshUrl": "string",
"network": "string"
}OK
{
"data": {
"url": "string",
"refreshUrl": "string",
"returnUrl": "string",
"type": "EXTERNAL_ONBOARDING",
"network": "string"
}
}Was this page helpful?