Newer Version Available

This content describes an older version of this product. View Latest

Apple Pay Domain Input

Apple Pay domain registration input for using Apple Pay with Salesforce Payments.
JSON example
1{
2  "domainName": "https://www.mysite.com"
3}
Properties
Name Type Description Required or Optional Available Version
domainName String Store’s org domain. A valid domain name must use HTTPS, and must not contain a port, path, query parameter, or fragment. Valid domain examples:
  • https://salesforce.com
  • https://www.mysite.com

Don’t enter URLs such as:

  • storefront.example.com (doesn't use HTTPS)
  • https://storefront.example.com:1234 (has a port)
  • https://storefront.example.com/abc (has a path)
  • https://storefront.example.com?id=8907283 (has a query parameter)
Required 58.0