This API is used to retrieve seller payouts and monetary transaction details related to those payouts.
payout
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getPayout | GET | /payout/{payout_Id} | Retrieve details of a specific seller payout. | View getPayout - /payout/{payout_Id} |
getPayouts | GET | /payout | Search for and retrieve the details of multiple payouts. | View getPayouts - /payout |
getPayoutSummary | GET | /payout_summary | Search for and retrieve the details of multiple payouts. | View getPayoutSummary - /payout_summary |
seller_funds_summary
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getSellerFundsSummary | GET | /seller_funds_summary | Retrieve all pending funds that have not yet been distibuted through a seller payout. | View getSellerFundsSummary - /seller_funds_summary |
transaction
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getTransactions | GET | /transaction | Retrieve details of one or more monetary transactions. | View getTransactions - /transaction |
getTransactionSummary | GET | /transaction_summary | Retrieve total counts and values of the seller's order sales, seller credits, buyer refunds, and payment holds. | View getTransactionSummary - /transaction_summary |
transfer
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getTransfer | GET | /transfer/{transfer_Id} | Retrieve detailed information on a TRANSFER transaction type. | View getTransfer - /transfer/{transfer_Id} |