Is there any way that eWay can be used in Squiz Matrix to accept payments from donation/payment forms or from within an ecommerce page?
I can't see any evidence that it is currently supported.
Is there any way that eWay can be used in Squiz Matrix to accept payments from donation/payment forms or from within an ecommerce page?
I can't see any evidence that it is currently supported.
Currently there is no eWay payment gateway in Matrix. You could add an idea to Squizmap if you see benefit in adding it.
Not familiar with eWay but if they have good APIs using REST or similar you might still be able to integrate with it using the Form assets in Matrix. Do they have any information on their APIs available online?
Yes. https://eway.io/api-v3/#api-reference
Perhaps can use a RESTful submission action on a form?
Specifically, this URL would probably be of most help: https://eway.io/api-v3/#php to your developers. I will put it up on SquizMap.
Yep, that would be it, using a REST Form Submission action so that you can also validate the response before showing the thank you page (if you are just using a custom form to do it).
Thanks for the squizmap!