Skip to main content
POST
/
payout
/
rails
/
customers
/
tos-link
Create TOS acceptance link
curl --request POST \
  --url http://localhost:4000/v1/payout/rails/customers/tos-link
{
  "tos_link": "https://compliance.bridge.xyz/accept-terms-of-service?session_token=...",
  "bridge_customer_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}

Response

TOS link created successfully

Example:

"https://compliance.bridge.xyz/accept-terms-of-service?session_token=..."

bridge_customer_id
string
Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"