#lkjhgfdsa-apple-pay

1 messages · Page 1 of 1 (latest)

zenith totem
#

Hey, can you share your Stripe account ID

#

Also the domain you're trying to register

hexed granite
#

acct_14lGUCICatPoibmu

zenith totem
#

Taking a look!

#

Hmm, seems like its registered to me. Can you outline the steps you're taking that results in that error?

hexed granite
#

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

zenith totem
#

Is there a URL where I can reproduce this?

zenith totem
#

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

hexed granite
#

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

zenith totem
#

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?

hexed granite
#

how/where can i find this quickly?

zenith totem
#

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

hexed granite
#

this would mean that the merchant using
connect via us has to verify the domain checkout.payever.org in his account?

zenith totem
hexed granite
#

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..

small hinge
#

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

hexed granite
#

can u forward me what api we should use to register domain?

small hinge