---
title: "applepay/domains"
slug: "applepaydomains"
updated: 2025-02-26T12:16:53Z
published: 2026-01-22T13:05:41Z
canonical: "api-docs.blinkpayment.co.uk/applepaydomains"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.blinkpayment.co.uk/llms.txt
> Use this file to discover all available pages before exploring further.

# applepay/domains

Post/api/pay/v1/applepay/domains

		
			

This endpoint is used to register for apple pay.

**Request Body**

- `domain_name` (string, required): domain that is being registered for apple pay.

**Response Body**

- `success` (boolean): indicates weather registration was succesful.
- `message` (string): Gives more details on the registration or steps needed to retry.

		
		
SecurityHTTPType bearer

Body parameters<select class='api-response-data' aria-label='Media type'><option value='b6ad8550-f845-4a01-b1e1-d83397475008'>application/json</option>
</select>object  Example{
  "domain_name": "https://demo-app.co.uk/"
}

Responses200

Successful response

<select class='api-response-data' aria-label='Media type'><option value='f41bb8da-bb72-4061-87a4-d0c509f4e8b9'>application/json</option>
</select>
