#ayye_plus

1 messages · Page 1 of 1 (latest)

grizzled baneBOT
onyx coral
#

Generally that just means the customer hasn't completed payment

#

Can you send some payment intent id's so I can take a look?

median socket
#

Sure! Appreciate your help!

#

pm_1NlYAdGDW5CVzHx10bEGvgzP

#

pm_1NmKeKGDW5CVzHx1XibEZx1S

#

pm_1NmyWeGDW5CVzHx1jnB4vVZj

onyx coral
#

Those are payment method id's. Payment Intent id's start with pi_

median socket
#

Sorry, one moment

#

pi_3Nq1y1GDW5CVzHx11tSqq7VS

#

pi_3Nq5VUGDW5CVzHx11dOq4MTo

#

pi_3Nq6I8GDW5CVzHx11k8X5P1M

#

I see for these it says "PaymentIntent status:
requires_confirmation"

#

We weren't having any payments come back with this until a couple of days ago. What can be done for the customer to provide this confirmation?

onyx coral
#

Strange that this wasn't happening until a few days ago. PaymentIntents have always required confirmation since we built them. If you can share an example from a few days ago I can look

#

Payment Intents always require confirmation

median socket
#

I don't see pi_ for completed payments

#

My developer who has done this integration just said "the payment intent its just created but not confirmed"

#

Looking at the code I do not see a parameter being sent that indicates we want to do a paymentintent. Given the resource you shared, it sounds like this step is generally skipped for this type of application.

onyx coral
#

You can't process a payment unless you confirm it

median socket
#

It sounds like programmatically this is confirmed though.

#

We have several payments currently waiting for a confirmation and I do not know how to provide that confirmation for existing paymentintents, or to make sure payments don't get stuck in this confition going forward

#

It sounds like my developer might know what to do here

#

"A payment intent is confirmed after it is created from what I see, so we can confirm them all

And for future payments I have to add this code and they should now show as successful payments"

onyx coral
median socket
#

Thank you for your help