#prasun3663

1 messages · Page 1 of 1 (latest)

sturdy raftBOT
granite perch
#

👋 happy to help

#

are you a customer or a merchant?

simple crag
#

Hello @granite perch

simple crag
granite perch
#

do you have the request ID that failed?

simple crag
#

Will it be helpful if the customer ID and card ID are shared?

granite perch
#

customer ID is fine

#

but it would be better to get the request ID

#

or the PI ID

#

pi_xxxx

simple crag
simple crag
simple crag
granite perch
#

is this a Checkout Session then?

granite perch
simple crag
#

We are using the following code snippet described in the API document https://docs.stripe.com/api/payment_intents/create

                "amount" => $amount * 100,
                "automatic_payment_methods" => [
                    "enabled" => true,
                ],
                "confirm" => true,
                "currency" => "usd",
                "customer" => $this->customer->id,
                "description" => $paymentIntentdescription,
                'payment_method' => $this->cardToken->card->id,
                "return_url" => url("/return_url")
            ]);```
granite perch
#

but this is an off_session PI

simple crag
#

How the said issue will be resolved for this customer?

granite perch
#

ok so I double checked

#

it is an issue with the incorrect zip

simple crag
granite perch
#

but this means it's an issue with the customer and their bank

#

basically they must have changed their billing address on file with the bank but not with you

#

so you have the old billing address which doesn't correspond to the one they have with their issuing bank

simple crag
sturdy raftBOT
granite perch
#

maybe they changed their billing address

#

they really need to contact their issuing bank

#

there's nothing we can do here