#himanshujain044

1 messages · Page 1 of 1 (latest)

vivid onyxBOT
#

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.

umbral depot
#

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

opaque steppe
#

Hi, can you provide the request id where it failed to deduct the customer?

umbral depot
#

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

echo axle
#

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 ?

opaque steppe
#

It looks good, but let me look closer on your Subscription

echo axle
#

yes please

opaque steppe
#

Probably it needs some time 🤔 Checking further

echo axle
#

yes please check and let me know if we can modify our code then I will

opaque steppe
#

If it doesn't change tomorrow, let us know

vivid onyxBOT