Download the PHP package netzkollektiv/ratenkaufbyeasycredit-api-v3-php without Composer

On this page you can find all versions of the php package netzkollektiv/ratenkaufbyeasycredit-api-v3-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ratenkaufbyeasycredit-api-v3-php

ratenkauf by easyCredit API v3 PHP Library

The ratenkauf by easyCredit API v3 Library is the official PHP library for using the following ratenkauf by easyCredit API's:

Installation & Usage

Requirements

Composer

To install the API Library 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://partner.easycredit-ratenkauf.de

Class Method HTTP request Description
DocumentApi apiMerchantV3DocumentsGet GET /api/merchant/v3/documents Download billing documents of a merchant.
InstallmentplanApi apiRatenrechnerV3WebshopShopIdentifierInstallmentplansPost POST /api/ratenrechner/v3/webshop/{shopIdentifier}/installmentplans Calculates the installmentplan
TransactionApi apiMerchantV3TransactionGet GET /api/merchant/v3/transaction Find transactions of a merchant according to some search parameters.
TransactionApi apiMerchantV3TransactionTransactionIdCapturePost POST /api/merchant/v3/transaction/{transactionId}/capture Report a capture for a transaction according to its unique functional identifier
TransactionApi apiMerchantV3TransactionTransactionIdGet GET /api/merchant/v3/transaction/{transactionId} Retrieve a transaction of a merchant according to a unique functional identifier
TransactionApi apiMerchantV3TransactionTransactionIdRefundPost POST /api/merchant/v3/transaction/{transactionId}/refund Report a refund for a transaction according to its unique functional identifier
TransactionApi apiPaymentV3TransactionPost POST /api/payment/v3/transaction Initiates a transaction based on the given request
TransactionApi apiPaymentV3TransactionTechnicalTransactionIdAuthorizationPost POST /api/payment/v3/transaction/{technicalTransactionId}/authorization Authorizes a transaction after finishing the process in a webshop
TransactionApi apiPaymentV3TransactionTechnicalTransactionIdGet GET /api/payment/v3/transaction/{technicalTransactionId} Get the necessary information about the transaction
TransactionApi apiPaymentV3TransactionTechnicalTransactionIdPatch PATCH /api/payment/v3/transaction/{technicalTransactionId} Updates a transaction based on the given request
WebshopApi apiPaymentV3WebshopGet GET /api/payment/v3/webshop Get the necessary information about the webshop
WebshopApi apiPaymentV3WebshopIntegrationcheckPost POST /api/payment/v3/webshop/integrationcheck Verifies the correctness of the merchant's authentication credentials and, if enabled, the body signature
WebshopApi apiPaymentV3WebshopWebshopIdGet GET /api/payment/v3/webshop/{webshopId} Get the necessary information about the webshop

Models

Authorization

basicAuth

Tests

To run the tests, use:

Author

About this package

This PHP package is automatically generated by the OpenAPI Generator project:


All versions of ratenkaufbyeasycredit-api-v3-php with dependencies

PHP Build Version
Package Version
Requires php Version >= 7.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
psr/http-client Version *
guzzlehttp/psr7 Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package netzkollektiv/ratenkaufbyeasycredit-api-v3-php contains the following files

Loading the files please wait ....