v52

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-03432547.1 KB
Services

Get details about the acceptance of Stripe terms

Retrieves the IP address and timestamp that the Stripe terms were accepted on for the service.

get/v1/api/services/{serviceExternalId}/stripe-agreement

Path parameters

serviceExternalIdstring required

Response

OK

agreement_timestring date-time
ip_addressstring

Example response

{
  "agreement_time": "2022-04-09T16:01:56.82Z",
  "ip_address": "0.0.0.0"
}