Get a list of transactions included in payout by ID
Learn how to get a list of transactions included in the payout by identifier.
Setting payout path parameters
Parameter
Required/Optional
Description
Get payout by ID, including transactions example
GET /payouts/8100000400_1410_2019/transactions{
"hasMore": true,
"data": [
{
"id": "8100000400_1410_2019",
"createdTime": "2018-04-25T20:36:00Z",
"currency": "USD",
"amount": 1180.26,
"payoutId": "2000028600_1410_2019",
"description": "Sales for Period Ended 04-25-2020",
"type": "sales_summary",
"liveMode": true
}
]
}Key payout transaction attributes
id
createdTime
currency
amount
payoutId
salesSummaryId
description
type
Last updated