The API reference is not available right now

This instance could not load its API specification. The reference returns as soon as the specification is readable again.

Back to the API reference

No such operation

This instance does not document an operation under that identifier. It may have been renamed, or it may belong to a feature this installation does not have enabled.

Back to the API reference

API reference Apple Pay

Download the domain association file (admin).

GET /api/payment-tokenization/apple-pay/domain-association-file/download deprecated

Requires: PaymentTokenization.PaymentTokenizations, merchant scope.

Streams the stored file as an attachment named exactly `apple-developer-merchantid-domain-association` (no extension), matching the file Apple issues. Served as `application/octet-stream` with an explicit attachment filename so the browser does not append a `.txt` suffix; the public `text/plain` well-known route is for Apple's crawler, not the operator's download. Returns 404 when no file is configured. Gated on `PaymentTokenizations` to match the admin-download intent. The same bytes are already served publicly at the well-known route, so this gate is about matching operator-surface expectations, not protecting secret content.

Parameters

Name In Type Description
suppressNulls required query boolean If true, omit properties with null values.

Request body

application/json , required

Field Type Description

This request body has no documented fields.

Responses

200 OK

Field Type Description

This response has no documented body fields.

default The request failed. The body carries the standard error envelope: a machine-readable `error.code`, a human-readable `error.message`, and `error.validationErrors` when the failure was a validation rejection. See the error-code reference in this document's description for the values `error.code` can take.

Field Type Description

This response has no documented body fields.

Errors

A failed request returns the platform error envelope. The error reference lists every value error.code can carry and shows the four response shapes.

Codes declared by

Authentication