Is there any package available for Square Payment API Integration(SDKs) :: for the development of Square APIs

I want to integrate Square Payment Gateway in my existing project. But i didn’t find any package in Go. Even there official documentation didn’t provide Square Connect SDK for Go.
Is there any package available??

Hi

It doesn’t seem like there is a go API. However it is a rest-api so you could roll your own depending on how much of the API you need. If you are confident with any of the other languages which has an API you could make this into a starting point. And also can you use postman for exploring the API s and https://mholt.github.io/json-to-go/ for generating go structs.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.