Download the PHP package cdma-numiscorner/ebay-sell-finance-api without Composer
On this page you can find all versions of the php package cdma-numiscorner/ebay-sell-finance-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cdma-numiscorner/ebay-sell-finance-api
More information about cdma-numiscorner/ebay-sell-finance-api
Files in cdma-numiscorner/ebay-sell-finance-api
Package ebay-sell-finance-api
Short Description This API is used to retrieve seller payouts and monetary transaction details related to those payouts.
License unlicense
Homepage https://openapi-generator.tech
Informations about the package ebay-sell-finance-api
OpenAPIClient-php
This API is used to retrieve seller payouts and monetary transaction details related to those payouts.
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://apiz.ebay.com/sell/finances/v1
Class | Method | HTTP request | Description |
---|---|---|---|
PayoutApi | getPayout | GET /payout/{payout_Id} | |
PayoutApi | getPayoutSummary | GET /payout_summary | |
PayoutApi | getPayouts | GET /payout | |
SellerFundsSummaryApi | getSellerFundsSummary | GET /seller_funds_summary | |
TransactionApi | getTransactionSummary | GET /transaction_summary | |
TransactionApi | getTransactions | GET /transaction | |
TransferApi | getTransfer | GET /transfer/{transfer_Id} |
Models
- Amount
- BalanceAdjustment
- Buyer
- Charge
- Error
- ErrorParameter
- Fee
- FeeJurisdiction
- FundingSource
- OrderLineItem
- Payout
- PayoutInstrument
- PayoutSummaryResponse
- Payouts
- Reference
- SellerFundsSummaryResponse
- Transaction
- TransactionSummaryResponse
- Transactions
- Transfer
- TransferDetail
Authorization
api_auth
- Type:
OAuth
- Flow:
accessCode
- Authorization URL:
https://auth.ebay.com/oauth2/authorize
- Scopes:
- https://api.ebay.com/oauth/api_scope/sell.finances: View and manage your payment and order information to display this information to you and allow you to initiate refunds using the third party application
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
v1.12.0
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of ebay-sell-finance-api with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version >=6.2
guzzlehttp/psr7 Version ^1.7 || ^2.0