#gironimo-checkout
1 messages · Page 1 of 1 (latest)
can you share with me the request ID from https://dashboard.stripe.com/test/logs
fior the request that failed
I need the request ID like req_123
req_jnN33hHeNE78QO
so see in the request params you passed, you're passing an empty string for the customer email
like customer_email: ""
so your userEmail variable is "" and you'd need to debug and fix that