---
title: "RegisterApplePayDomain"
method: POST
path: "/v2/RegisterApplePayDomain"
tags: ["Payments (V2)"]
---

# RegisterApplePayDomain

`POST /v2/RegisterApplePayDomain`

Registers your domain to use Apple Pay in embedded integration. You need to host the Apple Pay verification file on your domain before calling this endpoint.

## Request body

- object
  - `DomainName` string, required — The domain name to register for Apple Pay in this format "example.com".

## Response `200`

Domain registered successfully

- object
  - `IsSuccess` boolean — Indicates if the request was successful.
  - `Message` string — Response message associated with the request.
  - `ValidationErrors` object[] — List of validation errors, if any.
    - `Name` string
    - `Error` string
  - `Data` object, nullable

---

[API](https://skmtc.net/myfatoorah/apis/myfatoorah-api-v3.md) · [All operations](https://skmtc.net/myfatoorah/apis/myfatoorah-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myfatoorah/myfatoorah-api-v3/versions/994a74287a16/schema)
