#JonnyJ

1 messages · Page 1 of 1 (latest)

cobalt crestBOT
light bronze
#

should be customer=customer.id at least, that jumps out to me

#

hard to say more without knowing the specific error message you're getting

cyan gust
#

Oh, yeah I just found the error :stripe.error.InvalidRequestError: Request req_MEvRfBr27XA78e: You must provide mode when using prices.

light bronze
#

also your price_id might be for a recurring price and not a one-time one

cyan gust
#

yes, that must be it.

light bronze
#

yeah I don't think mode is optional, you need mode="payment"

cyan gust
#

OK, this is exactly what I needed, thank you!

#

yup, i was passing a recurring price. thank you