GET
/v1/apple_pay/domains/{domain}Retrieve an Apple Pay domain
Retrieves a registered Apple Pay domain by its identifier. Use expand to include additional response fields when retrieving the domain.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
domainstringrequired
The unique identifier of the Apple Pay domain to retrieve. Maximum 5,000 characters.
expandarray<string>optional
Fields to expand in the response.
200Returns the Apple Pay domain object with its identifier, domain name, creation time, live-mode status, and object type `apple_pay_domain`.
createdintegerrequired
Time at which the object was created. Measured in seconds since the Unix epoch.
domain_namestringrequired
idstringrequired
Unique identifier for the object.
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
defaultError response.
errorobjectrequired
Error handling
domain must be no longer than 5,000 characters and must identify an existing Apple Pay domain. Values in expand must be field names no longer than 5,000 characters.