#talelmishali

1 messages · Page 1 of 1 (latest)

fresh impBOT
tall sky
#

What are you trying to do?

bright basalt
#

Working on a wrapper for the Stripe PHP API library to manage Connect accounts. Need to be able and register my connect account clients subdomain to use Apple Pay. Just want to know what are other param other than domain_name

fresh impBOT
tall sky
#

AFAIK that's the only parameter

#
curl https://api.stripe.com/v1/apple_pay/domains \
  -u {PLATFORM_SECRET_KEY}: \
  -H "Stripe-Account: {{CONNECTED_ACCOUNT_ID}}" \
  -d domain_name="example.com"