Apple Pay Options

Returned within anresult objectfrom the following requests:AnchorIcon
  1. PHP
$response = $gateway->applePay()->registeredDomains;
print_r($response->applePayOptions->domains); // ['example.com']
Attributes
domainsmultiple

An array of domains registered for Apple Pay on the web

See alsoAnchorIcon