#mebezac-apple-pay

1 messages · Page 1 of 1 (latest)

split basin
#

You do need to verify your domain when using Apply Pay w/ PaymentElement

dapper pollen
#

Looks like you register a domain/subdomain using the API, that's good! A couple questions:

  1. Is the domain association file the same regardless of domain
  2. If that's the case, can do you need to return that actual file, or can you return plaintext through webserver (we use rails)
  3. Is there a limit to how many subdomains you can register with Stripe::ApplePayDomain.create? (Each account of ours ~30k will have their own subdomain)
split basin
#
  1. Yes, the domain association file is the same
  2. You should be able to return it plaintext through webserver
  3. No, I don't believe there's a limit
dapper pollen
#

Awesome, thanks for the quick responses!