Download the PHP package wp-pay-gateways/omnikassa-2 without Composer
On this page you can find all versions of the php package wp-pay-gateways/omnikassa-2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wp-pay-gateways/omnikassa-2
More information about wp-pay-gateways/omnikassa-2
Files in wp-pay-gateways/omnikassa-2
Download wp-pay-gateways/omnikassa-2
More information about wp-pay-gateways/omnikassa-2
Files in wp-pay-gateways/omnikassa-2
Vendor wp-pay-gateways
Package omnikassa-2
Short Description Rabo Smart Pay driver for the WordPress payment processing library.
License GPL-3.0-or-later
Homepage http://www.wp-pay.org/gateways/omnikassa-2/
Package omnikassa-2
Short Description Rabo Smart Pay driver for the WordPress payment processing library.
License GPL-3.0-or-later
Homepage http://www.wp-pay.org/gateways/omnikassa-2/
Please rate this library. Is it a good library?
Informations about the package omnikassa-2
Pronamic Pay → Gateway → Rabo Smart Pay
Rabo Smart Pay driver for the WordPress payment processing library.
## Table of contents - [Status](#status) - [WordPress Filters](#wordpress-filters) - [Errors](#errors) - [Simulate Requests](#simulate-requests) - [Webhook](#webhook) - [License](#license) ## Status [](https://github.com/wp-pay-gateways/omnikassa-2) [](https://travis-ci.org/wp-pay-gateways/omnikassa-2) [](https://coveralls.io/github/wp-pay-gateways/omnikassa-2?branch=master) [](https://packagist.org/packages/wp-pay-gateways/omnikassa-2) [](https://packagist.org/packages/wp-pay-gateways/omnikassa-2) [](https://packagist.org/packages/wp-pay-gateways/omnikassa-2) [](https://packagist.org/packages/wp-pay-gateways/omnikassa-2) [](https://packagist.org/packages/wp-pay-gateways/omnikassa-2) [](http://gruntjs.com/) [](https://scrutinizer-ci.com/g/wp-pay-gateways/omnikassa-2/?branch=master) [](https://scrutinizer-ci.com/g/wp-pay-gateways/omnikassa-2/?branch=master) [](https://scrutinizer-ci.com/g/wp-pay-gateways/omnikassa-2/build-status/master) [](https://scrutinizer-ci.com/code-intelligence) [](https://codeclimate.com/github/wp-pay-gateways/omnikassa-2/maintainability) [](https://codeclimate.com/github/wp-pay-gateways/omnikassa-2/test_coverage) [](https://circleci.com/gh/wp-pay-gateways/omnikassa-2/tree/master) [](https://app.fossa.com/projects/git%2Bgithub.com%2Fwp-pay-gateways%2Fomnikassa-2?ref=badge_shield) ## WordPress Filters ### pronamic_pay_omnikassa_2_request_args ### pronamic_pay_omnikassa_2_merchant_return_url ## Errors | Request | Response Status Code | Code | Property | Message | | ------------------------ | --------------------------------- | ------ | ----------------- | ------------------------------------------------------------------------------------------ | | `gatekeeper/refresh` | HTTP/1.1 401 Unauthorized | `5001` | `errorMessage` | Full authentication is required to access this resource | | `order/server/api/order` | HTTP/1.1 403 Forbidden | `5001` | `consumerMessage` | The timestamp of the order announcement is invalid | | `order/server/api/order` | HTTP/1.1 422 Unprocessable Entity | `5017` | `consumerMessage` | merchantOrderId is required | | `order/server/api/order` | HTTP/1.1 422 Unprocessable Entity | `5017` | `consumerMessage` | merchantReturnURL is required | | `order/server/api/order` | HTTP/1.1 422 Unprocessable Entity | `5017` | `consumerMessage` | currency required and should be one of: [AUD, CAD, CHF, DKK, EUR, GBP, JPY, NOK, SEK, USD] | | `order/server/api/order` | HTTP/1.1 422 Unprocessable Entity | `5017` | `consumerMessage` | order amount must be greater than zero | ## Simulate Requests ### Refresh ### Order ### Notification ### Event ## Webhook The Pronamic Pay OmniKassa 2.0 gateway can handle OmniKassa 2.0 notifications via the WordPress REST API. **Route:** `/wp-json/pronamic-pay/omnikassa-2/v1/webhook` The WordPress REST API OmniKassa 2.0 webhook can be tested with for example cURL, see for an example the [Simulate Requests](#simulate-requests) section. In principle it is not possible to view this REST API endpoint via your web browser because it is a HTTP `POST` method only endpoint. However, the WordPress REST API has the option to override the HTTP method via the `_method` parameter. `/wp-json/pronamic-pay/omnikassa-2/v1/webhook?_method=POST` https://developer.wordpress.org/rest-api/using-the-rest-api/global-parameters/#_method-or-x-http-method-override-header ## License [](https://app.fossa.io/projects/git%2Bgithub.com%2Fwp-pay-gateways%2Fomnikassa-2?ref=badge_large)All versions of omnikassa-2 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
automattic/jetpack-autoloader Version ^3.0
justinrainbow/json-schema Version ^5.2
pronamic/wp-http Version ^1.2
wp-pay/core Version ^4.17
automattic/jetpack-autoloader Version ^3.0
justinrainbow/json-schema Version ^5.2
pronamic/wp-http Version ^1.2
wp-pay/core Version ^4.17
The package wp-pay-gateways/omnikassa-2 contains the following files
Loading the files please wait ....