The Encrypted endpoint of the Fondy API enables clients to perform various operations, such as creating accounts, managing payments, and processing transactions, while ensuring the confidentiality and integrity of the data exchanged.
Encryption
All requests to this endpoint must be encrypted using a combination of AES and RSA algorithms. A digital signature accompanies each request to authenticate the sender and verify the message's integrity. Responses from the endpoint are similarly encrypted, requiring decryption on the client side to access the data.
How to encrypt your requests
Please refer to How to Integrate Fondy API to learn how to encrypt and send your operations through this endpoint.
Operations
To see all the available operations for this endpoint and hwo to use them in the API, refer to the API Operations section of the Fondy Guides