/billing/v1/onboarding-links
This endpoint creates a new onboarding link
This action is not enabled by default. You must request additional permissions to perform this action.
type
string
The type of onboarding link (EXTERNAL_ONBOARDING)
returnUrl
string
The URL to redirect after onboarding
refreshUrl
string
The URL to refresh during onboarding.
network
string
The 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?