ApplePayApi

June 12, 2019 ยท View on GitHub

squareconnect.apis.apple_pay_api

All endpoints are relative to Square Connect V2 Documentation

MethodHTTP request
register_domainPOST /v2/apple-pay/domains

register_domain

RegisterDomainResponse register_domain(body)

Description

Activates a domain for use with Web Apple Pay and Square. A validation will be performed on this domain by Apple to ensure is it properly set up as an Apple Pay enabled domain. This endpoint provides an easy way for platform developers to bulk activate Web Apple Pay with Square for merchants using their platform. To learn more about Apple Pay on Web see the Apple Pay section in the Embedding the Square Payment Form guide.

Parameters

NameTypeNotesDefault Value
bodyRegisterDomainRequest

Return type

RegisterDomainResponse

Authorization

Assign your Access Token from developer portal to the authorization parameter.

[Back to top] [Back to API list] [Back to Model list] [Back to README]