Get Terms Acceptance Status
Returns whether the customer has accepted the currently active Terms and Conditions for their account’s country, along with the active T&C details.
Use this endpoint to check whether to show the T&C acceptance screen to the customer before proceeding with on-ramp or off-ramp operations.
When no active Terms and Conditions exist for the country, accepted is always true and the term fields (termsId, version, url) are null — the customer is not blocked.
Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Path Parameters
Unique identifier for the customer.
Response
Terms acceptance status retrieved successfully.
Country code these Terms and Conditions apply to.
"AR"
Whether the customer has accepted the currently active Terms and Conditions. Always true when no active T&C exist for the country (the customer is not blocked).
true
UUID of the active Terms and Conditions. null when no active T&C exist for the country.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Version string of the active Terms and Conditions. null when no active T&C exist.
"1.0"
URL where the full Terms and Conditions document can be read. null when no active T&C exist.
"https://example.com/terms/v1.0"
Timestamp when the customer last accepted the active Terms and Conditions. null if not yet accepted.
"2024-06-01T12:00:00Z"