Stripe payment error in stripe.php

Hi George

I am trying Stripe, i created my account and started tests
I did almost go… onApprovalReceived is called but when try the
$.post(Stripe1.chargeScript, Stripe1.data, Stripe1.onTransactionComplete)
returns
POST https://xmenu.com.br/testes2/stripe/stripe.php 500 (Internal Server Error)

stripe.php alrady exists…
what am i doing wrong?
to try
https://xmenu.com.br/testes2/stripe/

When I try it, I see a number of messages in the console, but not that one.

The 500 Internal Server Error is a very general HTTP status code that means something has gone wrong on the website’s server, but the server could not be more specific on what the exact problem is.

Is php working properly on your site?