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.
Table of contents
Download netzkollektiv/ratenkaufbyeasycredit-api-v3-php
More information about netzkollektiv/ratenkaufbyeasycredit-api-v3-php
Files in netzkollektiv/ratenkaufbyeasycredit-api-v3-php
Download netzkollektiv/ratenkaufbyeasycredit-api-v3-php
More information about netzkollektiv/ratenkaufbyeasycredit-api-v3-php
Files in netzkollektiv/ratenkaufbyeasycredit-api-v3-php
Vendor netzkollektiv
Package ratenkaufbyeasycredit-api-v3-php
Short Description Transaction-V3 API for Merchant Portal Ratenkauf Verkauf-V3 API for ratenkauf App Ratenkauf Ratenrechner-V3 API for ratenkauf App
License MIT
Homepage https://github.com/netzkollektiv/easycredit-api-v3
Package ratenkaufbyeasycredit-api-v3-php
Short Description Transaction-V3 API for Merchant Portal Ratenkauf Verkauf-V3 API for ratenkauf App Ratenkauf Ratenrechner-V3 API for ratenkauf App
License MIT
Homepage https://github.com/netzkollektiv/easycredit-api-v3
Please rate this library. Is it a good library?
Informations about the package ratenkaufbyeasycredit-api-v3-php
easyCredit API v3 PHP Library
The easyCredit API v3 Library is the official PHP library for using the following easyCredit API's:
- Payment API v3 (https://ratenkauf.easycredit.de/api/payment/v3/openapi)
- Calculator API v3 (https://ratenkauf.easycredit.de/api/ratenrechner/v3/openapi)
- Merchant API v3 (https://partner.easycredit-ratenkauf.de/api/merchant/v3/openapi)
Installation & Usage
Requirements
- PHP >= 7.0
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 |
TransactionApi | apiPaymentV3TransactionTechnicalTransactionIdSwitchPaymentMethodPost | POST /api/payment/v3/transaction/{technicalTransactionId}/switchPaymentMethod | Switch payment method |
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
- Address
- Article
- ArticleNumberItem
- AuthenticationError
- AuthorizationRequest
- AuthorizationStatusResponse
- Bank
- BankAccountCheck
- Booking
- CalculatorInstallmentPlan
- CaptureRequest
- Consent
- ConstraintViolation
- ConstraintViolationViolationsInner
- Contact
- Customer
- CustomerRelationship
- DeviceIdentToken
- Employment
- InstallmentPlan
- InstallmentPlanRequest
- InstallmentPlanResponse
- IntegrationCheckRequest
- IntegrationCheckResponse
- Interests
- InvoiceAddress
- MTan
- Message
- OrderDetails
- PaginationInfo
- PaymentConstraintViolation
- PaymentConstraintViolationViolationsInner
- PaymentPlan
- Plan
- RedirectLinks
- RedirectLinksSI
- Refund
- RefundBooking
- RefundRequest
- ServerError
- ShippingAddress
- ShoppingCartInformationItem
- Shopsystem
- Transaction
- TransactionCustomer
- TransactionInformation
- TransactionInitResponse
- TransactionListInfo
- TransactionOrderDetails
- TransactionResponse
- TransactionSummary
- TransactionUpdate
- TransmitMtan
- WebshopResponse
Authorization
basicAuth
- Type: HTTP basic authentication
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
V3.147.0
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
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 *
ext-curl Version *
ext-json Version *
ext-mbstring Version *
psr/http-client Version *
guzzlehttp/psr7 Version *
The package netzkollektiv/ratenkaufbyeasycredit-api-v3-php contains the following files
Loading the files please wait ....