Square Connect API
See original GitHub issueHave a request for a new sample?
================================
Great, we love hearing how we can improve our samples! Remove the template below and
provide an explanation of your sample request. Be as detailed as possible.
Note that it should cover a use case that isn't similar to our existing samples and
likely to be of broad use (i.e. not just a copy/paste solution to your specialized problem).
Hi!
First of all, thanks for the looooovely suite of function samples. This is a programmer’s dream! 🎉 🚀 ✨
I was wondering, do you think you could integrate the Square Connect API to your function samples? That could open up a whole slew of Point-Of-Sale applications w/ inventory and catalog management.
Let me know!
Have a wonderful day ✨
Cheers,
Philippe
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
Square Developer Documentation
Find out how to build and publish apps to the Square App Marketplace. ... Make requests to the Square API to easily test...
Read more >Square API Reference
Square APIs enable you to accept payments securely and integrate your app with Square's first party product ecosystem. Build full-featured business apps for ......
Read more >Connect API Basics - Square Developer
The Connect v2 API suite supports online payments, order creation for itemized transactions, product catalog management, inventory management, ...
Read more >Square Connect API Documentation
This page contains links to technical reference material for Square's APIs and SDKs for non-current versions. Current references are always accessible from ...
Read more >Point of Sale SDK for iOS Reference - Square Developer
Initiating a Square Point of Sale transaction with the Point of Sale SDK ... Your Connect API Application ID, available from your application...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is a preliminary sample for those who come next:
Be sure to set ENV configs as appropriate:
https://firebase.google.com/docs/functions/config-env
You will also need to set up the Oauth callback url inside of square
It is also best practice to encode the tokens rather than saving them directly.
This is best done via something like:
Beyond this be sure to checkout the pre-built postman test api suite, likely using a sandbox access_token credential in your environment
https://firebase.google.com/docs/functions/config-env