https://github.com/niklan/commerce_sberbank_acquiring
Sberbank Acquiring integration with Drupal Commerce 2.x
https://github.com/niklan/commerce_sberbank_acquiring
Last synced: 5 months ago
JSON representation
Sberbank Acquiring integration with Drupal Commerce 2.x
- Host: GitHub
- URL: https://github.com/niklan/commerce_sberbank_acquiring
- Owner: Niklan
- License: gpl-2.0
- Created: 2018-05-10T14:10:09.000Z (about 8 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2018-12-13T15:44:14.000Z (over 7 years ago)
- Last Synced: 2024-12-30T01:45:43.986Z (over 1 year ago)
- Language: PHP
- Homepage: https://www.drupal.org/project/commerce_sberbank_acquiring
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Commerce Sberbank Acquiring
Integration [Sberbank Acquiring](http://data.sberbank.ru/en/s_m_business/bankingservice/equairing/) with Drupal Commerce 2.
**This module should be only installed via Composer. Archives on drupal.org for informative purposes.**
## Installation
1. Request module with composer `composer require drupal/commerce_sberbank_acquiring`.
2. Enable module as usual.
3. Navigate to Store > Configuration > Payments > Payment Gateways.
4. Add new payment gateway as you need, just select plugin Sberbank Acquring.
5. Select payment mode, enter username and password for selected mode. They are different for test and live REST API's.
6. Save it.
## Credit cards for testing
| Type | Credit No. | Expires | CVC/CVV | 3-D Secure |
|------------|---------------------|---------|----------|------------|
| VISA | 4111 1111 1111 1111 | 2019/12 | 123 | 12345678 |
| MasterCard | 5555 5555 5555 5599 | 2019/12 | 123 | |
| Apple Pay | 5204 2477 5000 1471 | 2022/11 | 111 | |
## Other info
- [REST API](https://web.rbsdev.com/dokuwiki/doku.php/integration:api:rest:start)
- [REST API](https://developer.sberbank.ru/acquiring-api-basket)*
- [Sberbank Acquiring official website](https://www.sberbank.ru/ru/s_m_business/bankingservice/acquiring_total) (RU)
\* _Sberbank has several API documentations, two of them listed above and two PDF's they send after registration. They also have two versions of API, one is basic and other is extended. So be care with it if you want to alter some data._