On This Page
Two Paze Decryption Methods
Integration hooks for two Paze decryption methods are built into the
payment management platform.
The two decryption methods—merchant decryption and
decryption—handle Paze encrypted payment data differently.
You will integrate the decryption method that best suits your technical development
environment in terms of desired degree of exposure to, or control over, sensitive
payment information.
Cybersource
Cybersource
IMPORTANT
The Paze decryption method that you integrate
determines how you will format your API request messages when you
authorize a payment.
- Merchant decryption
- For merchant decryption, you (the merchant or the integrator) are responsible for the generation of the payment encryption keys, decryption of the payment response payload from Paze, and mapping the information—including the Paze payment token—to the correspondingCybersourceREST API fields for an authorization request. With merchant decryption, payment instrument details remain visible to you, and you control the technical development that decrypts this information.
- decryptionCybersource
- Fordecryption, you integrate the Paze wallet directly on your checkout page.Cybersourcecreates and manages the Paze decryption keys and extracts and decrypts the sensitive payment information on your behalf. HavingCybersourceprocess your Paze transactions reduces your PCI compliance burden. For information about the PCI Data Security Standard (DSS), see the PCI Security Standards Council.Cybersource
IMPORTANT
The Paze decryption method that you integrate
determines how you will format your API request messages when you
authorize a payment.