8000 GitHub - ajakaiye33/paystack_terminal: A seamless integration of Paystack POS Terminal with ERPNext for efficient payment processing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ajakaiye33/paystack_terminal

Repository files navigation

Paystack Terminal Integration for ERPNext

A seamless integration of Paystack POS Terminal with ERPNext for efficient payment processing.

Flow Diagram

graph TD

A[Sales Invoice Created/Submitted] --> B[Click Process Payment with Paystack Terminal]
B --> C[Initialize Terminal]
C --> D[Customer Pays on POS]
D --> E[Webhook Notification]
E --> F[Payment Entry Created]
F --> G[Invoice Marked Paid]
style A fill:#f9f,stroke:#333,stroke-width:2px
style G fill:#9f9,stroke:#333,stroke-width:2px
Loading

Features

  • 🔄 Real-time payment processing
  • 🏧 Paystack POS Terminal integration
  • 📝 Automatic payment entry creation
  • 🔍 Payment status tracking
  • 🔒 Secure webhook handling
  • 📊 Transaction reconciliation
  • 🏥 Healthcare module support

Installation

  1. From your site directory:
bench get-app https://github.com/ajakaiye33/paystack_terminal.git
bench --site your-site.com install-app paystack_terminal
bench --site your-site.com migrate

Configuration

  1. Set up Paystack credentials in ERPNext
  2. Configure terminal settings
  3. Set webhook URL in Paystack dashboard
  4. Enable the integration

Usage

  1. Create Sales Invoice
  2. Click "Process Payment with Paystack Terminal"
  3. Customer pays on POS terminal
  4. System automatically creates payment entry
  5. Invoice is marked as paid

Support the Project

If you find this project useful, consider:

"Buy Me A Coffee"

Please give it a star ⭐ 👆

License

MIT License

Author

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Acknowledgments

  • ERPNext Community
  • Paystack Team

About

A seamless integration of Paystack POS Terminal with ERPNext for efficient payment processing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0