View Account Activity and Transaction Details

Amazon FPS provides an online user interface and web service API that allows you to get information on your account and transactions.

Sign in to your Amazon Payments account and click the Account Management tab to view the following information about your account and transactions executed on your account:

The Account Management page allows you to filter these results using the date and time stamp.

[Important]Important

We recommend that you first test your application in the Amazon FPS sandbox environment before using the Amazon FPS production environment.

The web service API is useful if you have more than 200 transactions per month or if you want to programmatically process the transaction details. You can use the GetAccountActivity operation to retrieve transaction details on your account for any given time period. You can also filter the transaction details by date-time range and payment methods.

[Note]Note

You get separate transaction details, each corresponding to your role in the transaction.

The GetAccountActivity response provides all of the requested transaction details. However, if you want all the parameters that you passed to Amazon FPS, you can use the GetTransaction operation using the transactionId to get all the details.

You can use the GetAccountBalance operation to get the current account balance on your account.