Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 394 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 394 Bytes

Paddle Webhook with FastAPI (Example)

This is example payment for sell one-time products only.

More info: https://developer.paddle.com/webhook-reference

Paddle Public Key

  1. Rename .env-temp to .env
  2. Set PADDLE_PUBLIC_KEY. You can get this from Paddle dashboard > Developer tools > Public Key

Install

pip install -r requirements.txt

Run

uvicorn main:app --reload