#IGMontero

1 messages · Page 1 of 1 (latest)

torn creekBOT
past marten
#

What kind of Connect accounts/charges are you using?

devout osprey
#

Standard connect accounts

#

As a reference, Google Pay button shows properly

past marten
devout osprey
#

Yes,we set up a subscription for them

#

I think it's a problem on my computer though. Because my mac doesn't let me set up Apple Pay

past marten
#

I don't see Apple Pay either

past marten
devout osprey
#

The subscription id? Not sure which one you mean

#

I'm trying to use apple pay to create a subscription. There is no subscription in place yet

past marten
#

Then what object are you using to initialise this payment form?

devout osprey
#

I'm using the React component PaymentRequestButtonElement

past marten
#

Can you share the acct_xxx IDs?

devout osprey
#

The connected account ID is acct_1MPQ6SHVwnkqNjbD

#

I tried setting up Apple Pay using that account, i.e:

await stripe.applePayDomains.create({
                domain_name: "platform.themontanacompany.com",
            },
                {
                    stripeAccount: "acct_1MPQ6SHVwnkqNjbD"
                }
            );
past marten
#

Let me see how Apple Pay is configured

devout osprey
#

By the way, is it even possible to programmatically set up Apple Pay on behalf of a connected Stripe Account like that?

past marten
#

Issue is you used your test key to register it. Use your platform's live key

devout osprey
#

Ohh okay I see

#

Okay, that must be it. Thank you very much for your help

past marten
#

Let me know if that helps

devout osprey
#

I'll debug and such. If I need more help I reach out. Thank you very much and have a nice day

past marten
#

np