#segfault-checkout-webhook

1 messages · Page 1 of 1 (latest)

tall ledgeBOT
dim wind
#

The issue is that I'm consistently getting a 500 error in response to my request.

What request? The webhook event is a POST requst we send to you. Do you mean your server is responding with a 500 ?

craggy python
#

sorry about the misunderstanding, yes the response my server sends back is a 500. I have a webhook that is listening for 2 events: checkout.session.completed and invoice.payment_succeeded. The latter responds with a 200 consistently but the former sends back a 500 error

dim wind
#

That 500 status is coming from your server. You need to add logging and debug what is going on there

tall ledgeBOT