Generate a PGP key pair
Generate a key pair and send the public key to UQPAY. Store the private key securely.Configure PGP keys
After creating the client, configure the PGP keys once. You can pass file paths (.asc, .pgp, .gpg) or armored key strings:
Create the handler
UsecreateHandler to build an Express-compatible request handler. You only need to implement the decide callback:
transaction_id into the response and handles all PGP encryption and decryption.

