PHPackages                             macropage/sdk-ebay-rest-finance - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. macropage/sdk-ebay-rest-finance

ActiveLibrary[HTTP &amp; Networking](/categories/http)

macropage/sdk-ebay-rest-finance
===============================

This API is used to retrieve seller payouts and monetary transaction details related to those payouts.

1.4.0(4y ago)11.8k↓25%1unlicensePHPPHP &gt;=7.2

Since Nov 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/michabbb/sdk-ebay-rest-finance)[ Packagist](https://packagist.org/packages/macropage/sdk-ebay-rest-finance)[ Docs](https://openapi-generator.tech)[ RSS](/packages/macropage-sdk-ebay-rest-finance/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

sdk-ebay-rest-finance
=====================

[](#sdk-ebay-rest-finance)

This API is used to retrieve seller payouts and monetary transaction details related to those payouts.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.3 and later. Should also work with PHP 8.0 but has not been tested.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/macropage/sdk-ebay-rest-finance.git"
    }
  ],
  "require": {
    "macropage/sdk-ebay-rest-finance": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
