Is it possible to make payment to a Square seller through API without getting their access token ?

I want to make a payment to the Square seller account using Square API but it seems that I cannot create a payment to a location id whose access token I am not passing in the API.

 

Since I am new to Square can you please explain the flow a bit?

 

For example,

- how do I create payment without giving the access token? I mean if it is possible.

- make payment to location id of different seller accounts

- Create payment to multiple seller accounts using a single API request. 

1,241 Views
Message 1 of 2
Report
1 REPLY 1
Alumni

You will need to use OAuth to get the access token to process payment for another Square account, @jamer789. Square’s OAuth API will be what you’ll use to let Square merchants authorize your application. Before you get started, please check out our Developer Documentation for more information about our OAuth API.

Afterward, you can create a Square account through our Developer Portal — which is where you’ll create and manage your Connect API applications.

To connect your Square account:

  • Click on + New Application.
  • Name the application and click on Create Application.
  • The necessary credentials for integration will automatically generate.
  • For OAuth credentials, just click on the OAuth tab.
Valentina
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
1,194 Views
Message 2 of 2
Report