https://github.com/subhamsarangi/paylink
Payment Link System
https://github.com/subhamsarangi/paylink
fastapi payments python stripe
Last synced: 26 days ago
JSON representation
Payment Link System
- Host: GitHub
- URL: https://github.com/subhamsarangi/paylink
- Owner: subhamsarangi
- Created: 2025-02-19T13:42:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T11:31:40.000Z (over 1 year ago)
- Last Synced: 2025-03-08T23:32:46.502Z (over 1 year ago)
- Topics: fastapi, payments, python, stripe
- Language: Python
- Homepage:
- Size: 280 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Payment Link System
A FastAPI-based application that integrates with Stripe to create and manage payment links. Users can generate payment links, process payments through Stripe Checkout, and track the payment status.
## Features
- Generate unique payment links.
- Stripe Checkout integration for secure payments.
- Payment links expire after 5 minutes.
- View payment statuses (Pending, Paid, Expired).
- Export payment data to CSV.
## Screenshots
#### Home Page

#### Payment Link

#### Payment Page

#### Success Page

#### Cancelled Page

#### Expired Page

## Configuration
- Set your Stripe API keys in the `.env` file:
```
STRIPE_PUBLIC_KEY=
STRIPE_SECRET_KEY=
```
## Run
`uvicorn main:app --reload`