adyen-examples / adyen-python-online-payments

Accept payments on your Python/Flask based website with cards, wallets, and key local payment methods
MIT License
42 stars 32 forks source link

Webhook processing: 202 response with empty body #52

Closed gcatanese closed 7 months ago

gcatanese commented 7 months ago

The latest approach to accepting webhooks requires sending the response code 202 and an empty response body.

This PR updates all webhook handlers to implement the new approach.