An open API service indexing awesome lists of open source software.

https://github.com/ayom04/wallet-payment-system

A Django-based project where users have wallets created upon registration. Users can fund their wallets through an endpoint, and successful payments are logged as transactions.
https://github.com/ayom04/wallet-payment-system

backend django django-rest-framework restful-api

Last synced: 2 months ago
JSON representation

A Django-based project where users have wallets created upon registration. Users can fund their wallets through an endpoint, and successful payments are logged as transactions.

Awesome Lists containing this project

README

          

# Wallet Payment System

This is a simple wallet payment system that allows users to create a wallet, deposit money into their wallets and view their transaction history.

## Documentation

This is the documenation of the code, to know the endpoints to call with their respeective http method.

```
https://documenter.getpostman.com/view/27463356/2sAXxV7W1N
```