Download the PHP package revenuewire/merchant-gateway-api-sdk-php without Composer
On this page you can find all versions of the php package revenuewire/merchant-gateway-api-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package merchant-gateway-api-sdk-php
SwaggerClient-php
Merchant Gateway API
This PHP package is automatically generated by the Swagger Codegen project:
- API version: 1.2.6
- Build package: io.swagger.codegen.languages.PhpClientCodegen
Requirements
PHP 5.4.0 and later
Installation & Usage
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
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://merchant-gateway-api.revenuewire.io/v1
Class | Method | HTTP request | Description |
---|---|---|---|
MerchantGatewayApi | createMerchantGateway | POST /merchants | create merchant gateway configuration |
MerchantGatewayApi | getMerchantGateway | GET /merchants/{clientId} | get merchant gateway configuration |
MerchantGatewayConfigurationApi | activateMerchantGatewayVersion | POST /merchants/{clientId}/versions/{version}/activate | activate gateway version |
MerchantGatewayConfigurationApi | createMerchantGatewayVersion | POST /merchants/{clientId}/versions | create a new gateway configuration version. |
MerchantGatewayConfigurationApi | getMerchantGatewayVersion | GET /merchants/{clientId}/versions/{version} | get gateway version detail |
MerchantGatewayConfigurationApi | updateMerchantGatewayVersion | PUT /merchants/{clientId}/versions/{version} | update gateway version detail |
PayApi | chooseGateway | GET /merchants/{clientId}/choose-gateway | Choose a gateway |
PublicApi | getPaymentMethods | GET /merchants/{clientId}/payment-methods | get list of payment methods |
Documentation For Models
- Country
- Currencies
- Currency
- Error
- Gateway
- GatewayConfiguration
- GatewayPolicy
- Gateways
- InlineResponse200
- MerchantGateway
- MerchantGatewayVersion
- Method
- Methods
- NewMerchantGatewayVersion
- PaymentMethod
- Response
Documentation For Authorization
APIKeyHeader
- Type: API key
- API key parameter name: X-API-KEY
- Location: HTTP header
JWTHeader
- Type: API key
- API key parameter name: X-Authorization-JWT
- Location: HTTP header
Author
All versions of merchant-gateway-api-sdk-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ext-curl Version *
ext-json Version *
ext-mbstring Version *
The package revenuewire/merchant-gateway-api-sdk-php contains the following files
Loading the files please wait ....