Retrieve transaction details
Get detailed information about a transaction.
Learn how to retrieve transaction details for a Seller Wallet account.
Prerequisites
To complete this tutorial, you must have:
- Authorization from the selling partner for whom you are making calls. Refer to the Authorizing Selling Partner API applications for more information.
- The Account Information Service Provider role assigned to your developer profile and selected in the App Registration page for your application.
Step 1. Retrieve a list of Seller Wallet accounts
Call the listAccounts
operation. Locate the accountId
for the account you want to examine; you use this value in the next steps.
Step 2. Retrieve a list of transactions
Retrieve up to 100 transactions at a time for a given Seller Wallet by calling the listAccountTransactions
operation using the accountId
value that you retrieved in Step 1. If there are more transactions available, you can retrieve them with the provided nextPageToken
. Save the transactionId
value of the transactions for which you want more details.
Step 3. Retrieve detailed transaction information
Call the getTransaction
operation to using the transactionId
value you retrieved in Step 1.
Updated 8 days ago