wave payment integration
Apple_dev35
Member Posts: 1
hello,
how to implement code wave payment integration API in PHP
Tagged:
0
Comments
Also interested in this.
It seems as though this API/site is deprecated:
http://docs.waveapps.io/
The new API seems to be here?:
https://developer.waveapps.com/hc/en-us
It seems to use GraphQL, so I'm guessing we'd need GraphQL's PHP library...:
https://github.com/webonyx/graphql-php
...and to implement their endpoints? I'm not sure what endpoints/functionality is even supported right now.
Hi there @Apple_dev35!
As @SS_Dev has mentioned, documentation for Wave's new API is at https://developer.waveapps.com.
At this time, we just have our first API queries and mutations available, that focus on the Customer object. Next up will be Invoice Create, and also Transaction Create. Payments APIs are considerably further down the road. (There's more information available on the roadmap).
If you're new to GraphQL, you'll also find some resources to get you started on the Developer site.
Hope that helps! Paul