The reader of this article:#
Technical architects, R&D engineers, and system operation and maintenance engineers who use the Potawallet merchant service system. Through this document, merchants can understand Potawallet's access technology, access product services, access processes, access specifications, and other information, so that merchants can successfully complete the access workOrder creation process:#
Order webhook process:#
1.
How do you get your key (public and private key)?
## Private key
openssl genpkey -algorithm RSA -out private.pem -pkeyopt rsa_keygen_bits:4096
# Public key
openssl rsa -pubout -in private.pem -out public_key.pem
# Private key in pkcs8 format (for Java maybe)
openssl pkcs8 -topk8 -in private.pem -out private_key.pem

1.How to upload your public key
Upload path as shown:Click to view, you can see our certificate management box (as shown below)The platform public key of pota can be viewed on this page
If you generated your own key, you will need to upload your public key to the merchant public key in this boxIf you do not have the key, you can click 【Generate Certificate】 button, after generating the public key and private key we generated for you will be displayed in the pop-up box. After generating the public key, you need to click "Upload public key" to upload the public key to the system. For the security of your funds, we will not save your private key, and after closing this pop-up box, the private key will be cleared.4.
How do you get youruuid
The uuid(Wallet account) of a merchant account can be viewed in Money Management

After the merchant's public key has been uploaded, order creation can beginModified at 2026-02-10 13:48:37