Terms Of Service

Initiate Terms of Service

post/v1/e/instances/{instance_id}/tos

Path parameters

instance_idstring required
Example:in_000000000000

Request body

idempotency_keystring uuid required
customer_idstring nullable
redirect_urlstring uri nullable

Example request

{
  "idempotency_key": "123e4567-e89b-12d3-a456-426614174000",
  "customer_id": "re_000000000000"
}

Response

Initiate terms of service

urlstring uri required

Example response

{
  "url": "https://app.blindpay.com/e/terms-of-service?session_token=SESSION_TOKEN_FROM_INITIATE_TOS_RESPONSE"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.