Search⌘ K

Retrieve Payments

Explore how to retrieve payments using Square API in JavaScript. Understand making GET requests with parameters to filter and sort payment data. Learn to fetch details for specific payments to manage your financial workflows effectively.

Fetch payments information

After creating various types of payments, we'll now look into different ways of retrieving payments information. A GET request to the following endpoint retrieves a list of payments taken by the account making the request:

https://connect.squareupsandbox.com/v2/payments

Request parameters

...