post
https://api.sandbox.1money.com/v1/individuals/tos/sessions
Creates a TOS (Terms of Service) signing session for individual onboarding. This is Step 1 before creating an application.
Flow
- Call this endpoint to generate a TOS signing URL
- Redirect the user to the returned
url - User reviews and signs the TOS agreement
- After signing, user is redirected to your
redirect_urlwith thesigned_agreement_id - Use the
signed_agreement_idto create the application viaPOST /v1/individuals/applications
Session Expiration
The session token and URL expire in 1 hour. If expired, create a new session.
