-
Notifications
You must be signed in to change notification settings - Fork 35
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
Question for AdyenPayment.initialize? #76
Comments
In my implementation I just send en empty object for the |
@ChielBruin in my code I
What happen is that when I call |
The main difference I see with my usage is that I use the async variants of |
@ChielBruin Actually I hard coded the merchant account in |
Also not that you define the |
HI @ChielBruin I will update my question here.
My questions here is that what Here my situation but the response is |
You should never communicate directly with the Adyen API here, always route the traffic through your own server. If you communicate directly there are some keys missing that should be set in the backend. |
@ChielBruin Thanks for responding. 🥺 I am really confuse when reading the documentation. In our team I got another developer who is handling the From my understanding I should request that person to return only the
So what react-native need to do is especially what frontend app developer need to do is when user press the |
Yes that is correct. The dropin sends requests on those three endpoints to your own server. There you use the other packages provided by Adyen (for example this one for node.js: https://github.com/Adyen/adyen-node-api-library) to communicate to the Adyen servers. |
@ChielBruin In android studio . I got an error like this in log-cat when DropIn modal popup when I press the button that initiate payment.
and after when I press the |
As the error states, the payment method |
@ChielBruin |
In the above code to initialize the app I can't seem to remove or comment out
additional_http_headers
. Is that a necessary to initialize ? because I am getting this errorThese are the parameter given to me to test the api.
Any help would be really appreciated.Because I am stuck here for 3 days
The text was updated successfully, but these errors were encountered: