#sheeshterz_unexpected

1 messages · Page 1 of 1 (latest)

wary moatBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1343822951023116320

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

lyric hornet
#

It is stucked for 2 days before the payment fails.

#

So my question is, how to replicate this stuck for 2 days processing? Because i added a handling when the payment_intent status === 'processing' return early to avoid updating the subscriptions table

nova dune
#

Hi !Do you have an object ID?

#

Like the payment intent ID or Subscription ID?

lyric hornet
#

pi_3Qvcs0HHAhF6Rg530spaGgmj

#

{
"object": {
"id": "pi_3Qvcs0HHAhF6Rg530spaGgmj",
"object": "payment_intent",
"amount": 37440,
"amount_capturable": 0,
"amount_details": {
"tip": {
}
},
"amount_received": 0,
"application": null,
"application_fee_amount": null,
"automatic_payment_methods": null,
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic",
"client_secret": "pi_3Qvcs0HHAhF6Rg530spaGgmj_secret_2s5C60oaXz24M3OWs4KerscT9",
"confirmation_method": "automatic",
"created": 1740308232,
"currency": "usd",
"customer": "cus_Rk1IleQQi7ndH3",
"description": "Subscription update",
"invoice": "in_1QvcryHHAhF6Rg53sfee9wbC",
"last_payment_error": null,
"latest_charge": null,
"livemode": true,
"metadata": {
},
"next_action": null,
"on_behalf_of": null,
"payment_method": "pm_1QqXIlHHAhF6Rg530atlw5vs",
"payment_method_configuration_details": null,
"payment_method_options": {
"card": {
"installments": null,
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"processing": {
"card": {
"customer_notification": {
"approval_requested": false,
"completes_at": 1740401833
}
},
"type": "card"
},
"receipt_email": "amolghenand@gmail.com",
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"status": "processing",
"transfer_data": null,
"transfer_group": null
}
}

#

May i know the reason for the 2 days delay before the payment fails?

#

subscriptions id:

sub_1QqXImHHAhF6Rg53FBgAkIZV

nova dune
lyric hornet
#

May i know the reason for the 2 days delay before the payment fails?

#

I tried using the payment intent processing, it does not logs the payment_intent.processing event

nova dune
#

May i know the reason for the 2 days delay before the payment fails?
You are using an India payment method for a recurring payment. Our docs mention:

#

I tried using the payment intent processing, it does not logs the payment_intent.processing event
Can I have an object ID?

lyric hornet
nova dune
lyric hornet
#

So i finally replicated the issue, wherein the payment is pending, using the card 4000003560000248

nova dune
#

Yes, that's for India cards specifically.

lyric hornet
#

Thanks for the help!