Download the PHP package macropage/sdk-ebay-rest-finance without Composer
On this page you can find all versions of the php package macropage/sdk-ebay-rest-finance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download macropage/sdk-ebay-rest-finance
More information about macropage/sdk-ebay-rest-finance
Files in macropage/sdk-ebay-rest-finance
Package sdk-ebay-rest-finance
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 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 & Usage
Requirements
PHP 7.3 and later. Should also work with PHP 8.0 but has not been tested.
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
- 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:
1.9.0
- Package version:
1.9.0
- Package version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of sdk-ebay-rest-finance with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2 || 7.*