API Reference
List Apple Pay (web) domains
GET
/utilities/apple_pay/domainsResponse fields:
| Name | Type | Description |
|---|---|---|
| domain | String | The domain registered with Apple |
| status | String | The status of the domain registration. Possible values are: *Active* *Error* *Pending* *Pending Delete* |
Response
200Result
json
{
"errors" : [],
"response" : [{
"domain" : "test.com",
"status" : "Active"
}],
"successful" : true,
"test" : true
}