---
title: "Get details about the acceptance of Stripe terms"
method: GET
path: "/v1/api/services/{serviceExternalId}/stripe-agreement"
tags: ["Services"]
---

# Get details about the acceptance of Stripe terms

`GET /v1/api/services/{serviceExternalId}/stripe-agreement`

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

## Path parameters

- `serviceExternalId` string, required

## Response `200`

OK

- StripeAgreement
  - `agreement_time` string, date-time
  - `ip_address` string

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/government-digital-service/apis/adminusers-api.md) · [All operations](https://skmtc.net/government-digital-service/apis/adminusers-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/government-digital-service/adminusers-api/revisions/8f9d543f352b/schema)
