#solbass
1 messages · Page 1 of 1 (latest)
Hello! It should be fairly instantaneous - are you having issues getting this to work?
I am trying enable apple pay payments on my website on behalf of a standard account, I added an apple domain but it is still not showing up @hybrid spade
How did you add the apple pay domain?
Did you use the API to register the domain like we mention here? https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-using-with-connect
I did this
Stripe::ApplePayDomain.create({
domain_name: 'example.com',
},{
stripe_account: '{{CONNECTED_ACCOUNT_ID}}',
})```
👍 awesome - it looks like you're using the correct request to register the domain, so can you share your site where apple pay is not showing up?
I want to try it on my end to see the behavior myself