v1
latestOpenAPI 3.1.0Proprietary2026-07-2464170247.4 KBOnboarding V2
Create Self-Onboarding URL
Generate a 1Money-hosted onboarding URL for customer self-service.
post/v2/accounts/{main_account_id}/businesses/onboarding-sessions
Path parameters
main_account_idstring required
Main account id in the form BZ-XXXX-XXXX.
Headers
Idempotency-Keystring required
Idempotency key identifying the hosted business onboarding draft
Request body
Example request
{
"legal_name": "Acme Corporation",
"redirect_url": "https://client.example/onboarding/return"
}Response
Hosted onboarding session link created successfully.
Example response
{
"onboarding_url": "https://app.1money.com/api/hosted/public/onboarding/exchange?grant_token=550e8400-e29b-41d4-a716-446655440000",
"expires_at": "2026-05-04T12:30:00Z"
}