DEV Community

Ghost-Protocool
Ghost-Protocool

Posted on

Zero-Touch Digital Delivery With PayPal IPN

Every sale arrives automatically. Here's the architecture for fully automated digital product delivery.

Architecture:

  • GitHub Pages storefront
  • PayPal.me buy buttons
  • Python server + ngrok tunnel
  • PayPal IPN webhook
  • Gmail SMTP auto-email

Flow:

  1. Customer pays on PayPal
  2. IPN notifies our server
  3. Server verifies payment
  4. Product auto-emailed
  5. Zero manual work

146 products, $8,188 catalog.

Catalog: https://EbkBoss.github.io/ghost-store

Top comments (0)