Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TakePOS and Sumup integration #29452

Open
simonmacias opened this issue Apr 24, 2024 · 2 comments
Open

TakePOS and Sumup integration #29452

simonmacias opened this issue Apr 24, 2024 · 2 comments
Labels
Feature request This is a feature request

Comments

@simonmacias
Copy link

Feature Request

Good morning,

I have a small suggestion regarding the use of the TakePOS module, in conjunction with a Sumup payment terminal.

When processing a Sumup payment, the URL used to initiate the payment on Sumup contains a title field, for example: sumupmerchant://....title=1143.... However, this field returns the invoice ID rather than the reference. For instance, the ID is "1143," while the invoice reference is "FA2404-0976."

This discrepancy significantly complicates reconciliation of Sumup transactions.

Do you think it would be an improvement to the system if users could choose which field to include in the title?

Have a good day,
Simon

Use case

No response

Suggested implementation

No response

Suggested steps

No response

@simonmacias simonmacias added the Feature request This is a feature request label Apr 24, 2024
@JonBendtsen
Copy link
Contributor

I think you might visit takepos.com and use their support / feature request system

@HLFH
Copy link
Contributor

HLFH commented Apr 29, 2024

What you are talking about is https://github.com/Dolibarr/dolibarr/blob/develop/htdocs/takepos/pay.php.
Line 51.

$invoiceid = GETPOSTINT('invoiceid');

And you want to change that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request This is a feature request
Projects
None yet
Development

No branches or pull requests

3 participants