2. Encrypt Payload
Create an encryption endpoint to encrypt the express checkout data
We only accept encrypted data to ensure the highest level of security. Even though you might be using a secure connection over https
Below are snippets in PHP
, C#
, Java
, Python
and Javascript
to assist in creating your encryption endpoint. These endpoints can be triggered in the Render Checkout Page section.
If these examples do not meed your needs, you can reach out to us through [email protected].
To encrypt the payload follow the encryption examples below:
Language | Link |
---|---|
Java | Java Encryption |
Javascript | Javascript Encryption |
Python | Python Encryption |
PHP | PHP Encryption |
C# | C# Encryption |
Updated 12 months ago