Apple Pay

Apple Pay: Register Domain

note

Before registering a domain in production, you will need to download the domain association file and host it at /.well-known/apple-developer-merchantid-domain-association on your site. Domain registrations are currently limited to 99 for each entity.

Returns a result object.

  1. PHP
$gateway->applePay()->registerDomain("www.example.com")
Arguments
urlrequired, string
The domain to register for Apple Pay on the web.

See also