-
Notifications
You must be signed in to change notification settings - Fork 28
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
After a successful transaction, TransactionInfo is null #195
Comments
I am seeing a similar issue but in my case the whole bundle returned by |
Facing similar issue, bundle extras is |
Any feedback on this? @zaid-abdullah ? (Sorry, didn't know who else's attention to reach for) This issue has occurred three times in 8 days (that I know of) for one user, The device model is: SM-X200 I'm in the process of obtaining the SumUp device nad model number, and the firmware version to - I'll provide these when I get them I can provide additional information in private, such as the transaction date/time and the transaction id if it helps. Our logs indicate that but
|
Just to contribute to the discussion: we are facing a similar issue. Not a great situation at all for a payment service. |
Hi @okirmis , we've been in contact with SumUp about this. They've acknowledged that this is a issue, though the proposed solution is that when we lack the transaction info on success, we should use the SumUp API to obtain the information. It became apparent throughout the emails that using the SumUp API rather than the BT SDK is the way forward, and this also seems to be what other providers are doing aswell |
After a successful transaction, the intent TransactionInfo is null
`...
if (data != null && resultCode == SumUpAPI.Response.ResultCode.SUCCESSFUL) {
TransactionInfo transactionInfo = data.getParcelableExtra(SumUpAPI.Response.TX_INFO);
...}`
In what cases can a payment be successfully completed, but payment data is not received?
This does not happen often, maybe in this case it is worth adding a similar method to the android sdk as /checkouts/:id
The text was updated successfully, but these errors were encountered: