ZotaPay Integration
This project demonstrates a simple integration with the ZotaPay payment provider. The application implements a deposit (non-credit card) request to the ZotaPay API.
Prerequisites
Ensure you have the following installed:
- Go (version 1.15 or later)
- Git
Setup
-
Clone the Repository
git clone https://github.com/VelmiraPetkova/API-Integration-Zota-as-a-payment-provider.git
cd API-Integration-Zota-as-a-payment-provider
Install Dependencies
There are no external dependencies for this project other than the Go standard library.
Functions
GenerateSignature(endpointID string, merchantOrderID string, orderAmount string, customerEmail string, merchantSecretKey string) string:
Generates a SHA-256 signature required for the deposit request.
MakeDepositRequest(request *DepositRequest) (*DepositResponse, error): Makes a deposit request to the ZotaPay API and returns the response.
Example Output