#sxe-500-error
1 messages · Page 1 of 1 (latest)
@remote yew cand give a bit more details? 500 where? What do you see? Which context?
that means your own server returned a 500. Not Stripe.
so we can't tell you why unfortunately, it's your own code that you need to debug/add logs to
Ooh, okay, thank you.
is there any $event->type for payment_intent.cancelled?
I saw only payout.cancelled
Mhttps://stripe.com/docs/api/events/types#event_types-payment_intent.canceled> it's in our docs and in your screenshot yes
Thank you
sure!
Can you help me with a suggestion?
I don't think it's related to Stripe tho.
I'm testing security holes.
I just tried to do this:
User puts on his basket 1 item = 10 USD
User proceeds to payment page.
User opens a new page and adds to his basket a new item, so, total = 20 USD
User goes back to his payment page, and places the payment for 10 USD
What should I do in a easy way?
you look at the payment amount, you notice it doesn't match the basket and you either ask them to pay the difference or you refund them and you ask them to try again
Do refunds have fees?
I can't remember that I've read somewhere that refunds and/or disputes have some fees
we don't charge for refunds but we don't return the original charge fee, so yes in a sense they have a fee