#himanshujain044
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- himanshujain044, 5 days ago, 16 messages
no I don't have any issues with earlier question,it was solved from your help thanks
this is the new one and read the statement and let me know if you haven't got anything
Hi, can you provide the request id where it failed to deduct the customer?
see I will share you with the subscription id
Because payment is not failed yet it's in pending state
so please let me know if I did something wrong
here is the subscription id - sub_1O6rjvSH5rhyf7y1gLLZijN1
const session = await stripe.checkout.sessions.create({
billing_address_collection: "auto",
line_items: [
{
// Provide the exact Price ID (for example, pr_1234) of the product you want to sell
price: "price_1O5sucSH5rhyf7y1uusldM5r",
quantity: 1,
},
],
mode: "subscription",
success_url: http://localhost:3000/,
cancel_url: http://localhost:3000/,
customer_email: "softwaresjain@gmail.com",
expires_at: Math.floor(Date.now() / 1000) + 30 * 60,
});
code I written to enerate payment link for the first time subscription mode , please check did I done something wrng ?
It looks good, but let me look closer on your Subscription
yes please
Looking at https://dashboard.stripe.com/events/evt_3O7F9rSH5rhyf7y11tbTA0YO I see
processing: {
card: {
customer_notification: {
approval_requested: false,
completes_at: 1698841612
}
},
type: "card"
},
So looks like the notification hasn't been sent to the customer
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Probably it needs some time 🤔 Checking further
yes please check and let me know if we can modify our code then I will
Hi, it looks like it's just waiting for 26 hours in this pending state. We mentioned it here in our Doc: https://stripe.com/docs/india-recurring-payments?integration=subscriptions#how-payments-work-with-an-e-mandate
If it doesn't change tomorrow, let us know