#IGMontero
1 messages · Page 1 of 1 (latest)
What kind of Connect accounts/charges are you using?
Standard connect accounts
Could you please check if you see the same error message?
Platform url: https://platform.themontanacompany.com/billing?t=subscription
Username: stripetest@a.co
Pass: Test123
Then you have to click "Join", and you should see an Apple Pay button at the top of this form.
As a reference, Google Pay button shows properly
Direct subscriptions/charges?
Looking
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
I don't see Apple Pay either
I know, but I'd like to know how. Can you share the sub_xxx?
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
Then what object are you using to initialise this payment form?
I'm using the React component PaymentRequestButtonElement
Can you share the acct_xxx IDs?
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"
}
);
Let me see how Apple Pay is configured
By the way, is it even possible to programmatically set up Apple Pay on behalf of a connected Stripe Account like that?
Issue is you used your test key to register it. Use your platform's live key
Let me know if that helps
I'll debug and such. If I need more help I reach out. Thank you very much and have a nice day
np