#sxe-500-error

1 messages · Page 1 of 1 (latest)

manic plank
#

@remote yew cand give a bit more details? 500 where? What do you see? Which context?

remote yew
manic plank
#

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

remote yew
#

Ooh, okay, thank you.

#

is there any $event->type for payment_intent.cancelled?

#

I saw only payout.cancelled

manic plank
#

Mhttps://stripe.com/docs/api/events/types#event_types-payment_intent.canceled> it's in our docs and in your screenshot yes

remote yew
#

Thank you

manic plank
#

sure!

remote yew
#

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?

manic plank
#

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

remote yew
#

Do refunds have fees?

#

I can't remember that I've read somewhere that refunds and/or disputes have some fees

manic plank
#

we don't charge for refunds but we don't return the original charge fee, so yes in a sense they have a fee

remote yew
#

Thank you.

#

big love ^^

#

Can you tell me if this is true?

#

1.4 % + 1 leu
and
0.8 for each payment with OK status
and
5% for each invoice
AND
25% if your sales grow in volume.

#

is this true?

manic plank
#

I don't know much about pricing beyond what's public