#Nrupal Patel
1 messages · Page 1 of 1 (latest)
Hi there, can you tell me more about the error?
Can you also share with me the relevant code?
checkout_session = stripe.checkout_payment(
plan_id=plan_id,
stripe_customer_id=customer.stripe_customer_id,
adspend_amount=None,
)
stripe_checkout_url = checkout_session["url"]
return redirect(stripe_checkout_url)
can you share the checkout session Id ?