coinbase-commerce-python
coinbase-commerce-python copied to clipboard
No signatures found matching the expected signature
Facing issues verifying webhook secrets in django because request.data.decode("utf-8") not works in django, No signatures found matching the expected signature
request_data = request.body.decode('utf-8')
works