Download the PHP package behzadbabaei/omnipay-revolut without Composer
On this page you can find all versions of the php package behzadbabaei/omnipay-revolut. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download behzadbabaei/omnipay-revolut
More information about behzadbabaei/omnipay-revolut
Files in behzadbabaei/omnipay-revolut
Package omnipay-revolut
Short Description Revolut driver for the Omnipay payment processing library
License MIT
Homepage https://github.com/behzadbabaei/omnipay-revolut
Informations about the package omnipay-revolut
Omnipay Revoult
Revolut gateway for Omnipay payment processing library This package has implemtend the MErchant API of Revolut Payment systems For more information please visit the following link:Developer Document
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
And run composer to update your dependencies:
composer update
Or you can simply run
composer require behzadbabaei/omnipay-revolut
Basic Usage
-
Use Omnipay gateway class:
- Initialize Revolut gateway:
Creating an order
Call purchase, it will return the response which includes the public_id for further process. Please refer to the Developer Document for more information.
OR
Capture an order
Please refer to the Developer Document for more information.
OR
Confirm an order
Please refer to the Developer Document for more information.
OR
Refund an order
Please refer to the Developer Document for more information.
OR
Cancel an order
Please refer to the Developer Document for more information.
OR
Retrieve an order
Please refer to the Developer Document for more information.
OR
For general usage instructions, please see the main Omnipay repository.
Support
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.