Skip to content

Django Solana Payments

django-solana-payments is a third-party Django application built on top of solana-py. It is useful when you need a self-hosted Solana payment flows inside a Django or Django REST Framework project and do not want to dive deep into Solana blockchain internals or low-level solana-py usage.

What It Provides

  • Transaction verification and automatic payment confirmation
  • Reusable frontend widget with QR code and crypto wallet connection
  • Support for SOL and SPL token payment flows
  • Customizable payment and token models
  • Django and Django REST Framework integration
  • Encryption support for one-time payment wallets

This pattern allows you to integrate Solana payments into existing Django infrastructure as a reusable app.