Terms and Conditions

Legally binding rules and agreements that outline the rights, responsibilities, and limitations governing the use of the platform.

Terms and Conditions

Accept current Terms and Conditions

Request
header Parameters
Authorization
required
string

the access_token value returned from the JustiFi oauth/token endpoint (be sure to append Bearer before the token)

Example: Bearer {access_token}
Request Body schema: application/json
required
business_id
required
string

business id

accepted
required
boolean

accepts terms and conditions

ip
required
string

client ip address

user_agent
string

client identification information

Responses
201

Terms and Conditions successfully

post/entities/terms_and_conditions
Request samples
application/json
{
  • "business_id": "biz_xyz",
  • "accepted": true,
  • "ip": "142.250.219.46",
  • "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15"
}
Response samples
application/json
{
  • "id": 1,
  • "type": "onboarding",
  • "data": {
    },
  • "page_info": "string"
}