Create TOS signing link

Creates a TOS (Terms of Service) signing URL for customer onboarding. This is Step 1 in the customer onboarding flow.

Flow

  1. Call this endpoint to generate a TOS signing URL
  2. Redirect the user to the returned url
  3. User reviews and signs the TOS agreement by clicking the sign button
  4. After signing, user is redirected to your redirect_url with the signed_agreement_id
  5. Use the signed_agreement_id to create the customer via POST /v1/customers

Response

FieldDescription
urlThe TOS signing page URL. Redirect the user to this URL.
session_tokenUnique session identifier (for tracking purposes)

Session Expiration

The session token and URL expire in 1 hour. If expired, create a new TOS link.

Language
Credentials
Bearer
OneMoney-HMAC-SHA256
Click Try It! to start a request and see the response here!