Learning to make post receiver from midtrans
Example of checkout page using Midtrans Snap. A quick and secure way to accept payment with a beautiful user interface done for you.
This is a very simple, very minimalist example to demonstrate integrating Midtrans Snap with Flask (Python). To start:
- Install Python
- Clone the repository
- Install flask:
pip install Flask
- Install midtrans:
pip install midtransclient
- Run the web server using:
python web.py
, orFLASK_APP=web.py flask run
,
The app will run at port 5000.