Apple Pay

Apple Pay: Registered Domains

Returns a collection of ApplePayOptions response objects.

  1. PHP
$response = $gateway->applePay()->registeredDomains;
print_r($response->applePayOptions->domains);

// ['example.com']

See also