Skip to main content

Decrypt

Decryption Step by step

  1. Decrypt key that has been sent via Key header with the private key.
  2. Decrypt payload using the key from step no.1
  3. If it is a payment request, save decrypted payload along with Signature (see 7. Signature)

Examples

For other programming language examples, please refer to this: https://github.com/tokopedia/cryptography-example/tree/main/encryption

Full Flow

full flow enc

API Request Flow

api response

API Response Flow

api response

Have a feedback?