#Nrupal Patel

1 messages · Page 1 of 1 (latest)

dull basaltBOT
quasi mango
#

Hi there, can you tell me more about the error?

unique shadow
quasi mango
#

Can you also share with me the relevant code?

dull basaltBOT
unique shadow
#

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)

kind flume
#

can you share the checkout session Id ?

dull basaltBOT