#Caius -Aarre App

1 messages · Page 1 of 1 (latest)

lapis gazelleBOT
true pollen
#

When you say checkout page, are you using Stripe Checkout? I do not think so after re-reading this but would like to confirm.

crisp flame
#

Is this a official Stripe support page? Rules said don't share your site, stripe account etc..

true pollen
#

It is safe to share request IDs here, but if you don't feel comfortable with that, you can contact our support team to help you look into this: https://support.stripe.com/contact

crisp flame
#

Hi, i saw from Wordpress Admin we have just Stripe on, not Stripe checkout, Stripe connect, Stripe bancontact

#

Where i see request ID

true pollen
#

Hmm, it looks like you're using Wordpress and you'd want to reach out to them as they built this on their end.

crisp flame
#

I am not fully sure what you mean. I wen't to developer site in stripe, logs and i take this first event i see
req_75AKtBOajpLBWG

crisp flame
#

Also all our payments are incomplete or canceled, our marketplace we published to live 2-3 weeks ago. Every day we got incomplete payments

true pollen
#

Are you the developer?

crisp flame
#

we have quite serious troubles i think so. No i am not a developer, i will ask our developer to come here tomorrow. We are in Finland and it's night time

true pollen
crisp flame
#

I can send our account ID etc. Maybe from your side you can see what settings are wrong

true pollen
#

When you create the Payment Intent, you'd want to pass confirm: true

#

Set to true to attempt to confirm this PaymentIntent immediately. This parameter defaults to false. When creating and confirming a PaymentIntent at the same time, parameters available in the confirm API may also be provided.

crisp flame
true pollen
crisp flame
true pollen
#

Yes it does, you'd want to share the above guide with your developer.

crisp flame
#

Can you see why all payments are incomplete or canceled? The payments we made from our own card, like succeed, but any real users payment have succeed yet

true pollen
#

It does not look your your integration is confirming the payment, can you share a request id for when you used your own card?

crisp flame
#

Okay, let me find one. Here is just one random canceled, i saw many similar, there are no amount somehow.
req_91RxE6dGo3IZbO

#

Maybe i go to see this same from logs. This i got from payments: cs_live_a1vjff4VDClsWRRIl5VMAecZ9Dn5QbFQsXvdOUauKu7lTfS4P6e7h71JaC

true pollen
crisp flame
#

It is not easy to find, so many logs are there. This on perhaps:
req_90iIRPoSjF9p0Q

#

this i find from developer events: "id": "pi_3Mvj6vI4fYGkJZIJ1UMFhz3I",

true pollen
crisp flame
#

this is charging the same event: "id": "ch_3Mvj6vI4fYGkJZIJ1gMNIp4u",

true pollen
crisp flame
true pollen
#

The video there explains what these objects mean and how they are related to each other

crisp flame
#

Did i delivered right log id to you?

true pollen
#

I do not know what you mean by 'right' but it works for me to look and explain what is happening

crisp flame
#

can you summarize what problems we have, what are the core problems? Is it the case that no payment is going through at the moment? what is payment intent

true pollen
#

Sure!

crisp flame
#

Now our marketplace has been open soon 3 weeks and everyday our site has users but only incompleted or canceled payments. It is strange..

true pollen
#

It looks like you have two different integration paths. One, you are using our prebuilt Checkout, https://stripe.com/docs/checkout/quickstart and the second one, you're using a custom flow: https://stripe.com/docs/payments/quickstart

Your Prebuilt Integration looks to be working fine from the couple of id's you've shared earlier. The payments succeeded.

However, on the custom payment flow, you're not confirming the Payment Intent. I'm including the exact guide here:
https://stripe.com/docs/payments/quickstart#complete-payment-html to confirm the Payment Intent to complete the payment.

#

Does this help?

crisp flame
#

Wonderful, now we know what we need to do and you also shared other guide how to add Bank redirect payment method. One question i have, how much we are able edit checkout process, like example Stripe checkout.... I was thinking can we have finnish version of stripe checkout page for finnish endusers. In Finland Mobilepay is popular payment wallet. I saw in Stripe first sites can test Mobilepay. We wan't to try it as soon as is possible 😄

true pollen
crisp flame
#

I am very grateful that you have helped. We will start fixing the problem tomorrow. thanks again