#lkjhgfdsa-apple-pay
1 messages · Page 1 of 1 (latest)
Hey, can you share your Stripe account ID
Also the domain you're trying to register
Taking a look!
Hmm, seems like its registered to me. Can you outline the steps you're taking that results in that error?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
so basically i open our checkout
where its integrated
stripe js
etc all loaded properly
i click on pay
it triggers this session api
and then i get returned this error
but your api
it has been working in test/staging
now only brought to production
so had to enable the domain
but seems not working and don't know since its not our api, but stripe api
Is there a URL where I can reproduce this?
Bad server response: Flow already created for api call, please start new checkout: POST https://checkout-backend.payever.org/api/create-flow/93b125d8-26f1-4668-a4c2-3d81dedb8279
pay/api-call/94d201e8-151b-459a-8081-ef67d1b56f53?channelSetId=5bf10222-9a73-4857-9f79-3f0e27acd0af
can u add
checkout.payever.org/
in front of it
like make the url yourself and open
Ok, the UI loaded with the Apple Pay button. I clicked it and I've been prompted with the Apple Pay system UI to confirm
At what point am I expecting the error?
Ah, just got the 400 response shortly after the UI presented
Are you using Connect? Can you share the ID of a Payment Intent you're creating?
Yeah, looks like you're using Connect
Which complicates things with Apple Pay
Can you share the ID of a Payment Intent you're creating?
how/where can i find this quickly?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Do you know what kind of Connect payments you're using?
Looking at your integration it seems direct charges
Which in that case you need to register the Apple Pay domains on your connected account(s): acct_1Is4tCEpryS3amTU
Currently they're registered on the platform: acct_14lGUCICatPoibmu
this would mean that the merchant using
connect via us has to verify the domain checkout.payever.org in his account?
is there a way to automate this?
because right now all merchants we have e.g. for credit card
they click in our platform
get directed to you
they login
connected
and job done
if they need to add domain is a hassle..
usually you automate it in your system, when you are handling the creation/connection of a new account and updating your database (like for example after you submit the OAuth token to finalize the connection) you can make the API calls needed to register the domains you need
can u forward me what api we should use to register domain?
it's the second code snippet on https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html#html-js-using-with-connect linked above