V2 Payment API - Get all locations records

GET /v2/payments
By the V2 Payment API, I need to have all locations payments.
But this API provides payments for single location at a time.
Is there a way to get all locations payments via single calling instead of calling the API everytime
with each location

:wave: Currently there isn’t a way to get a list of all payment for all locations without calling ListPayments with each location. :slightly_smiling_face:

Is it possible for payments to not have an associated location.. such as a “payment link” being created via the Square Dashboard using the “Take payment” button?

No, every payment has to be associated with a location. :slight_smile:

1 Like