Below are essential terms you’ll encounter while integrating Paycashless. Understanding these will help ensure smooth implementation, testing, and reconciliation of transactions.
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.
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.
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.
A real-time notification sent to your server when certain events occur (e.g., payment received, settlement completed). You’ll pass a callback URL to receive these.