monobank_payment
No security coverage
πΊπ¦
This module is maintained by Ukrainian developers.Please consider supporting Ukraine in a fight for their freedom and safety of Europe.
This module provide Payment integration with Monobank payment system.
Registering with Monobank
Before you start the installation process you must register on Monobank.
You will get "X-Token" and other settings for your payment system.
Dependencies:
For Drupal 10 required next patches:
- https://www.drupal.org/project/payment_offsite_api/issues/3420193
- https://www.drupal.org/project/payment_offsite_api/issues/3317655
Installation and Configuration
- Download the module from Drupal.org and extract it to your modules folder.
- Enable it.
- Go to /admin/config/services/payment/method and enable Monobank payment method configuration.
- Edit Payment method configuration.
- Setup the settings according to your data from Monobank.
That's it :)
Additional information:
Default Interaction url - http://example.com/payment_offsite/monobank/ipn
Invoice information url - http://example.com/payment_offsite/monobank/invoice?invoiceId=INVOICE_ID
Modules
Monobank Payment Additional Data
- added field "additional_data" to Payment entity and stored all requests from payment system.
More API documentation can be found at Monobank API.