Signature Verification
The process of ensuring that a request or webhook payload was sent by Paywint and hasn’t been tampered with. Paywint includes a signature in each request and webhook, which you can verify using a shared secret key.Sandbox Environment
A testing environment where developers can safely test API calls and integrations without affecting real-world data. Paywint provides a Sandbox environment for developers to test their integration before going live.Production Environment
The live environment where real transactions are processed. Once you’ve successfully tested in the Sandbox, you can switch to the Production environment to start handling actual user data and payments.Response Codes
Numerical codes returned by the server in response to an API request, indicating the result of the request. Common codes include:200 OK: Request was successful.400 Bad Request: The request was malformed or invalid.422 Unprocessable Entity: Input data does not meet defined constraints.

