Retrieve the financial events that make up a financial event group
Learn how to determine the amount and status of a payment.
Learn how to retrieve the financial events in a financial event group.
Prerequisites
To successfully complete these tutorials, you must have:
- Authorization from the selling partner for whom you are making calls. For more information, refer to Authorizing Selling Partner API applications.
- Approval for the Finance and Accounting role in your developer profile.
- The Finance and Accounting role selected in the app registration page for your application.
List financial events within a range of dates
Call the listFinancialEvents
operation with the PostedBefore
and PostedAfter
query parameters.
List financial events by group ID
Call the ListFinancialEventsByGroupId
operation with the eventGroupId
path parameter. The response provides the first 100 financial events present in the financial event group and a page token that can be used to call next set of financial events.
Updated about 19 hours ago