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
Example response
{
"agreement_time": "2022-04-09T16:01:56.82Z",
"ip_address": "0.0.0.0"
}