mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[GH-ISSUE #71] Integration with payment system? #34
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZachWeis on GitHub (Jun 23, 2025).
Original GitHub issue: https://github.com/glenndehaan/unifi-voucher-site/issues/71
Originally assigned to: @glenndehaan on GitHub.
The feature
Is the anyway or any plan to integrate this with a payment system? Is there a way to trigger specific vouchers to get printed as well? I was thinking if someone used something like a PayPal setup with a iPad is there a way for a purchase to trigger it printing the specific voucher?
Thanks in advance
@glenndehaan commented on GitHub (Jun 24, 2025):
Hi @ZachWeis,
Unfortunately this is out-of-scope for me. This is due to the fact that there are to many payment providers to integrate and I also don't have access to these systems making testing impossible.
There is currently an API available that could be used to email the voucher directly to a user. I could extend this to include ESC/POS printing via the API on voucher creation?
That way you could build payment system separately and then utilize the API to do the voucher management and printing.
Kind regards,
Glenn de Haan
@ZachWeis commented on GitHub (Jun 25, 2025):
Would there be a way to create a page that creates a voucher and automatically printers it. So that there is different buttons for the different types of voucher you want to create. Something like this i saw online but could never get working.
@glenndehaan commented on GitHub (Jun 26, 2025):
Hi @ZachWeis,
I could integrate the printing option into the kiosk page. That would somewhat give you the page you are looking for, except for the multi type option. Is this something that would also be required?
Kind regards,
Glenn de Haan
@glenndehaan commented on GitHub (Jul 9, 2025):
Hi @ZachWeis,
I just released v7 and this includes multi types vouchers within the kiosk page:
For printing this is a bit harder to manage. For PDF's it would not work since it would open up a new page allowing a user to escape the kiosk. The ESC/POS printer would work, but is that what you would expect.
Kind regards,
Glenn de Haan
@glenndehaan commented on GitHub (Jul 22, 2025):
Since the release of 7.1.0 it is now possible to setup a printer to auto-print kiosk voucher. Since there where no responses and both requested features are now implemented I will close this issue.