Authentication & Security
API Key
A private credential used to authenticate API requests. This key is passed in request headers when calling Paycashless endpoints.API Secret
A private credential used for signing and verifying API requests. You must use your secret to sign requests and validate webhooks for security and integrity.Signing Requests
Paycashless requires all API and webhook requests to be signed using your API Secret. This helps ensure that the request is legitimate and has not been tampered with.Environments
We have two environments in PaycashlessEnvironment | Details |
---|---|
Test | A sandbox environment used during development and testing. It allows developers to simulate payment flows and API interactions without using real money. No actual transactions are processed. |
Live | The production environment where real transactions occur. It is used to process actual payments and should only be accessed with secure, verified credentials. |