Search payment transactions across settlement periods
Returns a paginated list of payment transactions for the authenticated seller filtered by optional date range. Contains PII (purchase order IDs). Delegates to GMPPaymentsPlatform (Phase 5).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
pageSize
nextToken
Opaque cursor from a prior response; omit for first page
postedAfter
postedBefore
Response
Success
nextToken
totalRecords
transactions
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error