-
Notifications
You must be signed in to change notification settings - Fork 5
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
Payment not working anymore #11
Comments
Same here |
Any updates? I've got the same issue |
I've send an email to SumUP, the day after all worked fine... |
Okay, thanks! What was the issue? Did it work with com.apple.mobilesafari or your own app-id? |
With my app id. Don't know what was the issue..
Il giorno 10 set 2020, alle ore 08:24, Thomas Kaegi ***@***.***> ha scritto:
Okay, thanks! What was the issue? Did it work with com.apple.mobilesafari or your own app-id?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#11 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA2B4WFX7OSWLFJRZLRLMHTSFBWJLANCNFSM4PLNKMVQ>.
Matteo Monizza
Analisi e sviluppo
P. & L. srl - Software House
Sistemi Gestione Vendita
Via C. Colombo, 24 - 25030 Torbole Casaglia (BS)
Tel. 030.2150973 - 030.2158560 - Fax 030.2150976
P.I. 03208080170 - Reg.Impr. BS029-50904 - Cap.Soc. € 15.600 i.v.
www.pelsrl.it <http://www.pelsrl.it/>
Questa e-mail ed eventuali allegati sono riservati e destinati all'utilizzo esclusivo della persona fisica o giuridica a cui il messaggio era diretto.
Qualora abbiate ricevuto questa e-mail per errore, segnalatecelo rispondendo al messaggio e cancellatela immediatamente; non e' consentito copiarne o divulgarne il contenuto.
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received it by mistake, please let us know by e-mail reply and delete it from your system; you may not copy this message or disclose its contents to anyone.
|
Thanks for the fast response. I'll send them an email now :) |
You are welcome.. Let me know if sending email works also for you.
Il giorno 10 set 2020, alle ore 09:09, Thomas Kaegi ***@***.***> ha scritto:
Thanks for the fast response. I'll send them an email now :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#11 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA2B4WGKQGBUQ5OZK3O5AWTSFB3TFANCNFSM4PLNKMVQ>.
Matteo Monizza
Analisi e sviluppo
P. & L. srl - Software House
Sistemi Gestione Vendita
Via C. Colombo, 24 - 25030 Torbole Casaglia (BS)
Tel. 030.2150973 - 030.2158560 - Fax 030.2150976
P.I. 03208080170 - Reg.Impr. BS029-50904 - Cap.Soc. € 15.600 i.v.
www.pelsrl.it <http://www.pelsrl.it/>
Questa e-mail ed eventuali allegati sono riservati e destinati all'utilizzo esclusivo della persona fisica o giuridica a cui il messaggio era diretto.
Qualora abbiate ricevuto questa e-mail per errore, segnalatecelo rispondendo al messaggio e cancellatela immediatamente; non e' consentito copiarne o divulgarne il contenuto.
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received it by mistake, please let us know by e-mail reply and delete it from your system; you may not copy this message or disclose its contents to anyone.
|
Hi @phoebusryan. Getting in touch via email is the best way to trouble shoot this. It might be some setup with your affiliate key you wouldn't want to share here. When sending us an email please make sure to include
Kind regards, |
Mail sent ;) |
Still not working and no still no answer to my mail. the customer is pissed.... :-/ |
I've also sent an email to It looks like the support has added the App-ID "com.sumup.appswitch" to the allowed App-IDS (I'm using Safari). I hope this does help somebody. |
Genius! That helped! Thank you so much @mrusa |
Omg ! Thx @mrusa ! |
com.sumup.appswitch really makes the difference. |
This should be a documented proper section under developer docs. I spent three days debugging to figure out. |
Oh and another thing (which is, actually, documented, but just in case it's not clear): If you use |
For the SumUp team - it would be great if the error message wasn't so generic. In all attempts, every message just said there's a problem connecting to a server... It would be great to have a hidden log somewhere, even though the URL Scheme integration is very simple. Thanks! |
I'm using the sumup-ios-url-scheme for a client for some years now, where as just 2-3 weeks ago it stopped working without any sumup-specific modifications from my side. iOS Version 13.5.1 and Sumup-App Version 2.14.8.
The link I'm redirecting to is somewhat like
sumupmerchant://pay/1.0?amount=10.00¤cy=eur&affiliate-key=<keyhere>
. The sumup app starts, shows the correct amount but after selecting "pay with terminal" a system alert as well as an app alert pop up, citing a server and connection failure.Due to my issue having the same symptoms as described in issue #10 I tried to add
com.apple.mobilesafari
to the allowed application IDs (since I'm redirecting from safari on an ipad) but this did not change anything. Before, there was onlytest
added as allowed app ID.Were there any changes on your side I've missed or do you know what might be the problem here?
Thanks in advance
The text was updated successfully, but these errors were encountered: