S
ActivateDomainForApplePay
SquareupApi.ActivateDomainForApplePay
Description
Activates a domain for use with Apple Pay and Square.
Use this tool to activate a domain for Apple Pay on the Web with Square. It performs a validation to ensure the domain is Apple Pay enabled, allowing platforms to bulk activate Apple Pay for their merchants. Ensure a valid domain verification file is hosted as per the guidelines.
Input Parameters
{
"parameters": [
{
"name": "apple_pay_domain_name",
"required": true,
"inferrable": true,
"description": "Enter the domain name, as per RFC-1034, to register it with Apple Pay.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'RegisterDomain'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}