I was wondering if anyone has integrated Square with their rails projects and could point me in the right direction in that I don't see any easy to use rails tutorials to process different payments online.
I saw their api and can get the curl commands, such as.
curl -H "Authorization: Bearer Personal_Access_Token" https://connect.squareup.com/v1/me
Though I thought there is probably a better way than doing it with those kind of commands (such as This curl rails tutorial)