---
title: "POST /v1/apple_pay/domains"
method: POST
path: "/v1/apple_pay/domains"
---

# POST /v1/apple_pay/domains

`POST /v1/apple_pay/domains`

Create an apple pay domain.

## Response `200`

Successful response.

- ApplePayDomain
  - `created` integer, required — Time at which the object was created. Measured in seconds since the Unix epoch.
  - `domain_name` string, required
  - `id` string, required — Unique identifier for the object.
  - `livemode` boolean, required — If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
  - `object` 'apple_pay_domain', required — String representing the object's type. Objects of the same type share the same value.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/spec3.md) · [All operations](https://skmtc.net/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/3653ad45bbec/schema)
