-
Notifications
You must be signed in to change notification settings - Fork 32
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
No acceptHeader being passed on browserInfo when submitting payment #164
Comments
thank you for reaching out! Do you have same issue on Android?
What kind of exception? |
Server error log we have is this |
This is unusual 🤔 Is this error coming from Adyen API? What version of Adyen API you are using? Are you using any API Library ?
As a side note, on your first screenshot I see that |
The error occurs while using the latest dotNet library, it fails creating the object, making it impossible to send to Adyen's servers, |
Indeed, Have you tried providing random/mock value? |
Yes, it does work if we remove browserInfo form paymentData on iOS. |
Hey there! I dont think this issue should be closed, we can't just remove it from paymentData because we will get |
|
We are looking to address this exactly same way from native SDK(s) point of view |
I can attest that on iOS I get userAgent but not on android. Is browserInfo.userAgent used for fraud scoring? Is it being checked if it matches for the browser visiting the 3DS prompt website? |
Thanks @StefanWallin
We are revisiting separation of web/mobile flows. I will keep this thread posted. |
Describe the bug
When the onSubmit prop function gets triggered we receive the data that is supposed to be sent to the server but this data is missing the field acceptHeader inside browserInfo. Is there something we are missing on the implementation?
Expected behavior
When sending this data to the server there is an exception because no acceptHeader is being sent, we expect acceptHeader to come inside the data parameter for the onSubmit function.
Screenshots
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: