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

pageSizeintegerOptional1-100Defaults to 10
nextTokenstringOptional

Opaque cursor from a prior response; omit for first page

postedAfterdatetimeOptional
postedBeforedatetimeOptional

Response

Success
nextTokenstringOptional
totalRecordsintegerOptional
transactionslist of objectsOptional

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error