mkharibalaji / react-native-adyen-payment

React Native Adyen Payment
https://mkharibalaji.github.io/react-native-adyen-payment/
MIT License
35 stars 35 forks source link

Question - Is it compatible with GraphQL api? #81

Closed dredscabral closed 2 years ago

dredscabral commented 2 years ago

I was reading the documentation and saw in the example that we pass a baseUrl param. I wonder if this is something set on the Adyen Dashboard or if this is for our own API. If it's with our own API would it work with a GraphQL api and how if we don't have paths just queries?

Thank you!

ChielBruin commented 2 years ago

this baseUrl refers to your own server, which in turn communicates to the Adyen servers (also see a similar answer here: #76). I have no experience with GraphQL, so I cannot help you there. There might be some information about integrating Adyen drop-ins with a GraphQL backend on the web, otherwise you could always contact Adyen support directly.

dredscabral commented 2 years ago

Thank you for answering my question, @ChielBruin!