v2
latestOpenAPI 3.1.02026-08-01244220427.0 KBMerchants
Accept Terms
Record Merchant Terms Acceptance (SWE-361)
Record the merchant's explicit acceptance of ToS, DPA, and Privacy Policy. All three must be accepted in a single call. Stores acceptance timestamps, document versions, and the client IP on the merchant's User record.
Request Body:
- acceptTos: Must be true
- acceptDpa: Must be true
- acceptPrivacy: Must be true
- tosVersion: Version string of the Terms of Service accepted (e.g. "1.0")
- dpaVersion: Version string of the Data Processing Agreement accepted
- privacyVersion: Version string of the Privacy Policy accepted
Returns: Timestamps at which each document was accepted.
post/v2/users/me/accept-terms
Headers
authorizationstring nullable
Request body
Response
Successful Response