Closed royduin closed 1 year ago
Thanks for your message! This might be indeed an interesting extension to our services. We will definitely look into this!
@woutse any news on this? We want to implement this in Hyvä, and having GraphQL endpoints would certainly be nice.
@woutse this is how MSP solves it; https://github.com/MultiSafepay/magento2-graphql
Thanks for your message. I'll get back to you on this in 10 days!
Hi, little update - we're still investigating this at the moment. I'll get back to you on this later this week.
Hi! We decided to implement this. However it might take a while until release. The expectation for release is q4.
Hi is there any update on this, has it been started, is there maybe a development version? If not i might try making a basic one to get payments working with GraphQL
I've added a basic GraphQL implementation: https://github.com/justbetter/magento2-paynl-graphql It does need https://github.com/paynl/magento2-plugin/pull/164 to be merged or applied as patch in order to set the return url.
Feel free to take the code in that repository and make a paynl/magento2-graphql
with it
Thanks! We will review this as soon as possible!
@indykoning We'd like to follow your suggestion to add your implementation into a new PAY. repository called paynl/magento2-graphql. Do you still approve of this?
Absolutely! Go right ahead with it 😄 Alternatively you could integrate it with this repository as well, depends on what your preference is 😉
One small improvement you could already make to it is to add !
to required variables in the Query
E.g. pay_order_id: String!
Great to hear, thanks. Then we'll set this up!
Thank you for your contribution @indykoning. We have made a separate repository for this here https://github.com/paynl/magento2-graphql I will close this issue.
It would be nice to have some endpoints (REST and GraphQL) to use in a PWA. Some competitors do have this already:
We need this for the @rapidez integration.