I am using stripe.js for stripe payments. I need to setup a callback wenhook to receive the request from stripe.
Since the webhook is posted to by stripe - I have marked it as csrf_excempt
.
- Is there any risk with making this view
csrf_excempt
? - If I should have csrf protection on this view, how can I pass and get back the csrf tokens from stripe?