#_kevinx

1 messages · Page 1 of 1 (latest)

mellow arrowBOT
pure pivot
#

Can you share the checkout session id where this happened?

valid osprey
#

req_LN0sXsJW4uUJfY

#

hey there, hope all is well

#

is this the id you asked?

pure pivot
#

That will work

#

What's the coupon id?

valid osprey
#

I setup the coupon ceyKG2ix

#

then added allow_promotion_codes: true,

#

when I tested the checkout session and put in the promotion code, it says invalid code

pure pivot
#

Ah it's because no cost checkout wasn't added until a later api version. You'll need to upgrade

#

Your coupon is discounting the amount to 0

#

So you need ^

valid osprey
#

yes

#

should I upgrade my stripe npm packages?

#
"stripe": "^12.10.0",
pure pivot
#

No you need to upgrade your api version

valid osprey
#

Great, thanks, let me check this out

#

Can I have another question, we allow users to setup standard connect account, is there a webhook event that tells us once his/her account is setup successfully?

pure pivot
#

yeah account.updated

valid osprey
#

because without that account, obviously the user can't take payment and conduct business

pure pivot
#

you need to check for charges_enabled and payouts_enabled