Skip to main content
GET
List payments for a store

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

store
string
required

The unique identifier of the store.

Example:

"waxhsjr47zsl"

Query Parameters

pageSize
string

The maximum number of payments to return. Default is 50, max is 1000.

Example:

"20"

pageToken
string

A page token received from a previous ListPayments call for pagination.

Response

200 - application/json

Successfully fetched payments.

payments
object[]
required

List of payments

nextPageToken
string

Token for retrieving the next page of results