diff --git a/blockchain_integration/pi_network/pi_network_university/docs/payment-gateway.md b/blockchain_integration/pi_network/pi_network_university/docs/payment-gateway.md new file mode 100644 index 000000000..6621c759f --- /dev/null +++ b/blockchain_integration/pi_network/pi_network_university/docs/payment-gateway.md @@ -0,0 +1,21 @@ +# Payment Gateway +================ + +The Payment Gateway system allows users to make payments for courses and other services. + +## Features + +* Secure payment processing +* Support for multiple payment methods (e.g. credit cards, cryptocurrencies) +* Payment tracking and history + +## API Endpoints +-------------- + +### Payments + +* **GET /payments**: Retrieve a list of all payments +* **POST /payments**: Create a new payment +* **GET /payments/:id**: Retrieve a specific payment by ID +* **PUT /payments/:id**: Update a specific payment by ID +* **DELETE /payments/:id**: Delete a specific payment by ID