I want to replicate adyen client side encryption / CSE in a post request, and post it to their server, creating an order.
Budget: $30 – $250 USD
So I want to replicate a user purchasing a product on a website. This website uses Adyen for handling payment orders. They encrypt the payment data before it is submitted to their server.
What I am looking for is to understand how this process is done, and how I can make a post request with the encrypted payment data that gets accepted when it is submitted.
The browser normally handles all this, and I want to do it without the browser, thus in a post request.
I want this to be done in C#, and I want to be explained how you found out what the encrypted payment fields contained and how that was replicated in C# through post requests.
What I can provide is:
The website which uses adyen to encrypt the card details.
An example of a post request through the browser which contains the correct and needed details to make a successfull payment.
The public RSA key which they use to encrypt the payment details, which I am sure you guys can find out what is urself, once you know the website!
Regards.
What I am looking for is to understand how this process is done, and how I can make a post request with the encrypted payment data that gets accepted when it is submitted.
The browser normally handles all this, and I want to do it without the browser, thus in a post request.
I want this to be done in C#, and I want to be explained how you found out what the encrypted payment fields contained and how that was replicated in C# through post requests.
What I can provide is:
The website which uses adyen to encrypt the card details.
An example of a post request through the browser which contains the correct and needed details to make a successfull payment.
The public RSA key which they use to encrypt the payment details, which I am sure you guys can find out what is urself, once you know the website!
Regards.