How to encrypt payload in Python to make a payment - Adyen payment gateway
问题 I'm fairly new to coding, this is one of my first bigger Python projects that I'm working on and I have a problem with Adyen payment submission. I'm trying to make a payment on a website that uses an Adyen payment gateway. Adyen encrypts your payment data client side and only accepts encrypted requests otherwise they'll throw back a 400 bad request and the payment will not go through. I'm stuck when it comes to ideas, I analyzed the traffic in Charles when I'm making a payment manually -