-
Notifications
You must be signed in to change notification settings - Fork 32
IOS app returning Invoice ID for declined payments #50
Comments
We are getting the same thing. How can we determine a declined payment? |
@glaidler @Pivovar63 from the docs : YourAppReturnURLRoot://takePayment?Type=UNKNOWN" I updated my app to check for this instead of just an empty invoice id and it now functions as expected. |
@REDDFS |
@Pivovar63 That's interesting, their documentation definitely seems to suggest that UNKNOWN should be the type for cancelled and declined payments. Is there anyway you could tell me the steps to replicate the response you're seeing? (I'll re-open this issue and hope we can get an official response on the expected return for declined payments) |
@REDDFS Then I'm trying to pay with chip credit card in my card reader, enter PIN, but transaction is cancelled (I don't know why). And here what I have in the response: |
@Pivovar63 Thanks for that (your request is pretty much the same as mine so I can only attribute the difference in behaviour to OS and app-version), could I also check what OS you're using (IOS or android) and what version of the app you're using? |
@REDDFS Of course. I use iOS and latest PPH application v2.8.4 |
This behaviour has reverted to being broken. Declined payments now have a Type param of "CHIP". Using iOS and latest version of app. |
Reporting in that I'm still seeing this issue, exactly as described above. Any update? |
Version 2.6.11 of the Paypal Here app on IOS is returning a non empty Invoice ID in the return url for declined payments.
Therefore there is no way to determine if a payment was successful or not purely from the return url.
The text was updated successfully, but these errors were encountered: