-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c488bb
commit fdb35a9
Showing
5 changed files
with
314 additions
and
36 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,16 @@ Please go to the [signup page](https://www.mollie.com/signup) to create a new Mo | |
3. [Installation](#installation) | ||
4. [Configuring Mollie Gateway](#configuring-mollie-gateway) | ||
5. [API endpoints](#api-endpoints) | ||
6. [Upgrading](#upgrading) | ||
6. [API documentation](#api-documentation) | ||
6. [Want to help us make our API client even better?](#want-to-help-us-make-our-api-client-even-better) | ||
6. [License](#license) | ||
7. [Support](#support) | ||
|
||
## Features | ||
|
||
* Support for all available Mollie payment methods. | ||
* Multicurrency payments | ||
* Support for [one-click payments](https://www.mollie.com/en/features/checkout). | ||
* Fast in-house support. You will always be helped by someone who knows our products intimately. | ||
* Multiple translations: English and Dutch. | ||
|
@@ -60,13 +65,40 @@ bundle exec rails g spree_mollie_gateway:install | |
7. Save and you're done! | ||
|
||
## API endpoints | ||
This gateway comes with a couple of API endpoints which seamlessly integrate with the Spree API. | ||
This gateway comes with a couple of API endpoints which seamlessly integrate with the [Spree API](https://guides.spreecommerce.org/api/). | ||
|
||
- <a href="docs/api">Overview of available API endpoints.</a> | ||
|
||
## Upgrading | ||
|
||
- <a href="docs/migration_v1_x.md">Migration from v1.x</a> | ||
- <a href="docs/migration_v1_x.md">Migration from v1.x</a> | ||
|
||
## API documentation | ||
|
||
If you wish to learn more about our API, please visit the [Mollie API Documentation](https://docs.mollie.com). | ||
|
||
## Want to help us make our API client even better? | ||
|
||
Want to help us make our API client even better? We take [pull requests](https://github.com/mollie/mollie-api-ruby/pulls?utf8=%E2%9C%93&q=is%3Apr), sure. But how would you like to contribute to a technology oriented organization? Mollie is hiring developers and system engineers. [Check out our vacancies](https://jobs.mollie.com/) or [get in touch](mailto:[email protected]). | ||
|
||
## License | ||
BSD (Berkeley Software Distribution) License. Copyright (c) 2014-2018, Mollie B.V. | ||
[BSD (Berkeley Software Distribution) License](https://opensource.org/licenses/bsd-license.php). Copyright (c) 2014-2018, Mollie B.V. | ||
|
||
## Support | ||
Contact: [www.mollie.com](https://www.mollie.com) — [email protected] — +31 20-612 88 55 | ||
|
||
+ [More information about iDEAL via Mollie](https://www.mollie.com/en/payments/ideal/) | ||
+ [More information about Credit card via Mollie](https://www.mollie.com/en/payments/credit-card/) | ||
+ [More information about Bancontact via Mollie](https://www.mollie.com/en/payments/bancontact/) | ||
+ [More information about SOFORT Banking via Mollie](https://www.mollie.com/en/payments/sofort/) | ||
+ [More information about SEPA Bank transfer via Mollie](https://www.mollie.com/en/payments/bank-transfer/) | ||
+ [More information about SEPA Direct debit via Mollie](https://www.mollie.com/en/payments/direct-debit/) | ||
+ [More information about Bitcoin via Mollie](https://www.mollie.com/en/payments/bitcoin/) | ||
+ [More information about PayPal via Mollie](https://www.mollie.com/en/payments/paypal/) | ||
+ [More information about KBC/CBC Payment Button via Mollie](https://www.mollie.com/en/payments/kbc-cbc/) | ||
+ [More information about Belfius Direct Net via Mollie](https://www.mollie.com/en/payments/belfius) | ||
+ [More information about paysafecard via Mollie](https://www.mollie.com/en/payments/paysafecard/) | ||
+ [More information about ING Home’Pay via Mollie](https://www.mollie.com/en/payments/ing-homepay/) | ||
+ [More information about Gift cards via Mollie](https://www.mollie.com/en/payments/gift-cards) | ||
+ [More information about EPS via Mollie](https://www.mollie.com/en/payments/eps) | ||
+ [More information about Giropay via Mollie](https://www.mollie.com/en/payments/giropay) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.