#mitok_error

1 messages ยท Page 1 of 1 (latest)

bleak horizonBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1342090727273922685

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

hushed mica
#

hi there!

novel walrus
#

hi

hushed mica
#

Looks like you are using Direct Charge, so the PaymentIntent is directly created on the connected account

#

so the domain needs to be registered on the connected account.

novel walrus
#

How can find appropriate settings for this?

hushed mica
#

what's the domain name of the website where you want apple pay to display?

novel walrus
#

here is what I can see on the connected account settings

hushed mica
#

got it, this domain is correctly registered on the connected account.

#

so I think it should work

#

can you share the URL and specific steps I need to do to reproduce the issue?

novel walrus
#

yeap, just a sec

#
  1. goto https://uat.flibco-ci.com/en?from=15&to=63&roundTrip=false&outwardDate=25022025&adults=1
  2. click "shuttle bus" on the popup
  3. click search on the booking form on the left of the screen
  4. click "Just one way" on the popup
  5. select any available time on the next screen and click "continue""
  6. click continue on the popup
  7. fill in any data in the fields (name, surname, email, phone number), select any airport and tick the check box "I confirm..." and click "continue"
  8. select "Credit Card" box and click "Proceed to Payment"
  9. stripe popup will appear
hushed mica
#

thanks

#

just to clarify: is this in test mode or live mode to accept real payments?

novel walrus
#

it is test mode and it is a UAT environment, so no impact on business

#

and you won't be charged

#

๐Ÿ™‚

#

but any way you don't need to do the payment as I understand, you just need to check the payment intent

hushed mica
#

got it, give me a few minutes to look into this

novel walrus
#

thanks

hushed mica
#

sorry for the delay. I confirm I don't see Apple Pay here:

#

Looking into this

bleak horizonBOT
versed crescent
#

Looks like the PMD for uat.flibco-ci.com on acct_1LqGkXDMPmPwJSYh is disabled?

#

pmd_1ONDjsDMPmPwJSYhIQSJYdq6 is the ID

bleak horizonBOT
novel walrus
#

let me check in the dashboard

versed crescent
#

You won't see it in the Dashboard I'm afraid

novel walrus
#

I see, ok, so I will try to send the request and will get back with the results as soon as I have them

versed crescent
#
const paymentMethodDomain = await stripe.paymentMethodDomains.update('pmd_1ONDjsDMPmPwJSYhIQSJYdq6',
  {
    enabled: true
  },
  {
    stripeAccount: 'acct_1LqGkXDMPmPwJSYh',
  }
)```
#

Using your platform keys

novel walrus
#

thanks