This project demonstrates how to use the Payten infrastructure to accept payments. The example code is designed to help developers integrate Payten's payment processing system into their own applications.
- Payment Integration: Example implementation for integrating Payten's payment gateway.
- Hash Generation: Securely generates hash values for transaction security.
- Sample Transactions: Includes sample code for processing transactions.
- Clone the repository:
git clone https://github.com/colakkonur/Payten-Hash-Ver3-Sample.git
- Navigate to the project directory:
cd Payten-Hash-Ver3-Sample
- Restore the dependencies:
dotnet restore
- Update the configuration file with your Payten API credentials.
- Configure the hash generation settings as per your requirements.
Execute the following command to run the project:
dotnet run
This project provides a sample implementation of payment processing. Refer to the code comments and documentation for detailed usage instructions.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.