Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Integration of third-party Polish payment gateway for Drupal Commerce.

Overview

This module adds new payment method for Drupal Commerce allowing users
to complete checkout using Polish offsite payment gateway Dotpay (dotpay.pl).

This module is NOT sponsored nor developed by Dotpay. Please leave any questions or suggestions in the issue queue only.

Requirements

This module requires the following modules:
Commerce
You will also need to have an account at http://www.dotpay.pl to receive payment transactions.

Configuration

  • After enabling module there will be new payment method available under admin/commerce/config/payment-methods.
  • Enable Dotpay payment method and edit its settings.
  • To configure and start using Dotpay you will need to have an account at http://www.dotpay.pl
  • After getting your account you will have an id assigned.
  • Next choose and set pin string for confirmations sent to URLC.
  • Last thing to set is allowing remote services to send URLC parameter (preffered) or provide it yourself (http://yourdomain.com/commerce_dotpay/urlc).
  • Now go back to payment method settings and fill both id and pin values.
  • Online transfer checkbox tells the gateway to present user only with payment options that will be processed right away (some payment options might not work during weekend days).

Project information