v1

latestOpenAPI 3.0.02026-08-0696238481.7 KB
Apple Pay

Retrieve an Apple Pay web domain

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

get/apple-pay/web-domains/{id}

Path parameters

idstring required
Example:apwd_01FCTS1XMKH9FF43CAFA4CXT3P

Apple Pay web domain Id to retrieve

Headers

Accountstring
Example:ac_3fe8398f-8cdb-43a3-9be2-806c4f84c327

The linked accountId (Required if you registered the domain under a specific sub account)

Response

Apple Pay web domain successfully retrieved

idstring

The unique ID for the web domain

domainNamestring

The domain name registered for Apple Pay

createdTimestampinteger

The epoch timestamp (seconds) when the apple pay web domain was created

Example response

{
  "id": "apwd_01FCTS1XMKH9FF43CAFA4CXT3P",
  "domainName": "ryftpay.com",
  "createdTimestamp": 1631696701
}