Records the customer’s acceptance of the active Terms and Conditions for their country. This endpoint is required when the Partner integrates Ramps via API. The customer must accept the T&C before performing on-ramp or off-ramp operations.
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Unique identifier for the customer.
Terms and Conditions acceptance payload.
UUID of the Terms and Conditions the customer is accepting.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
IP address of the customer at the time of acceptance.
"192.168.1.100"
User agent string from the customer's browser or app (optional).
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
Terms and Conditions accepted successfully.
UUID of the accepted Terms and Conditions.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
IP address recorded at the time of acceptance.
"192.168.1.100"
Timestamp when the customer accepted the Terms and Conditions.
"2024-06-01T12:00:00Z"
User agent recorded at the time of acceptance. Returns null if not provided in the request.
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"