#sanket

1 messages · Page 1 of 1 (latest)

vital flaxBOT
vivid marsh
#

When I use laravel cashier newSubscription method.

tepid bison
#

Since Laravel Cashier controls your integration with Stripe, we don't have the visibility about how their integration works.

If you you share the request ID (req_xxx) of the error, we can explain what it means? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request

However, you should reach to Laravel Cashier Support for fixing the integration.

vivid marsh
#

Ok I will send requested endpoint.

tepid bison
vivid marsh
#

There are so many logs which one log do you want ?

tepid bison
#

The one with the error in your screenshot

vivid marsh
tepid bison
#

The payment attempt failed...

#

From your request log screenshot, the successful response with 200

vivid marsh
#

req_mK2Ov0rnEYZje7

tepid bison
#

This request is successful without error. I'd need the request ID with the exact error in the screenshot you shared. Without it, I'm unable to identify the issue

vivid marsh
#

All requests show status Incomplete and it throws this error

#

Is this right payload?

tepid bison
#

Can you share the request ID (req_xxx) in text? I can't tell what object this is

vivid marsh
#

I already sent

#

req_mK2Ov0rnEYZje7

tepid bison
vivid marsh
#

I do

#

req_XFmjXMyFsN3GSg

#

Can you check this request id

tepid bison
#

From https://dashboard.stripe.com/test/logs/req_XFmjXMyFsN3GSg, the payment intent status is in requires_action which means that 3DS authentication is required. You should pass the Payment Intent client secret to the frontend and use stripe.handleNextAction to complete 3DS: https://stripe.com/docs/js/payment_intents/handle_next_action

vivid marsh
#

How to handle this from here?

tepid bison
vivid marsh
#

Ok let me check

vivid marsh
#

I am use a test mode, why is a 3DS required?

tepid bison
vivid marsh
#

Ok

#

Ok so I don't need this if my account is outside India?

#

Because my client is from outside my country

tepid bison
#

You should still integrate 3DS as 3DS may still be required depending on the card issuers

vivid marsh
#

Ok 👍🏻