---
title: "Retrieve an Apple Pay web domain"
method: GET
path: "/apple-pay/web-domains/{id}"
tags: ["Apple Pay"]
---

# Retrieve an Apple Pay web domain

`GET /apple-pay/web-domains/{id}`

This is used to fetch an Apple Pay web domain by its unique Id

## Path parameters

- `id` string, required

## Headers

- `Account` string

## Response `200`

Apple Pay web domain successfully retrieved

- ApplePayWebDomain
  - `id` string — The unique ID for the web domain
  - `domainName` string — The domain name registered for Apple Pay
  - `createdTimestamp` integer — The epoch timestamp (seconds) when the apple pay web domain was created

## Other responses

- `404` — The given resource could not be found
- `500` — An unexpected error occurred when executing this request

---

[API](https://skmtc.net/ryftpay/apis/ryft-payment-api.md) · [All operations](https://skmtc.net/ryftpay/apis/ryft-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ryftpay/ryft-payment-api/revisions/a042f64d4305/schema)
