Python
Authorization decision
Handle PGP-encrypted card authorization decisions with the Python SDK.
Authorization decision lets your integration approve or decline card transactions in real time. The SDK decrypts the request from UQPAY, invokes your decision function, and encrypts your response.
Before implementing the handler, review the authorization decision workflow, prerequisites, response codes, and timeout requirements.
Store private keys and passphrases in a secret manager or environment variable. Never commit them to source control.

