Payment encryption
When completing a cart payment via API, we provide in transit encryption.
After you subscribe, we provide 2 parts to the encryption:
Encryption key: This key is used to pass payment information for every cart order.
Helper function: This is code in your app that securely processes the request.
There are 2 use cases:
Passthrough: An end customer pays for a product using their card. This card is used to complete the transaction.
Middleman: An end customer pays you for a product using their card. Then you pass your card to complete the transaction.
Below is a sample helper function that we provide to every customer.
Last updated
Was this helpful?