Tap Payment
This module integrates Tap Payments' hosted checkout for secure online transactions. It allows your Drupal site to accept payments without handling sensitive card data, using a webhook for confirmation. The module also provides a reusable payment gateway API for custom integrations and optional submodules for popular Drupal modules like Commerce and Webform.
Tap Payment accepts payments through Tap Payments' hosted checkout. It is built on a small, reusable payment-gateway plugin API that any Drupal module can drive — it does not require Drupal Commerce. Confirmation is webhook-authoritative and signed, and no card data ever touches your site.
Features
- A payment-gateway plugin API (the
#[PaymentGateway]attribute and manager) any module can use. - Tap Payments hosted checkout with a signed-webhook confirmation flow.
- A transaction ledger entity with an idempotency key; card data is never stored.
- An adapter layer isolating the Tap API version.
- Optional integration submodules for Drupal Commerce, Webform, and custom flows.
Post-Installation
Enter your Tap sandbox and live secret keys at Administration › Configuration › Web services › Tap payment. Point Tap's webhook at the module's endpoint. Drive payments from your own module through the gateway plugin API, or enable one of the integration submodules.
Additional Requirements
Drupal core for the base module (the Commerce and Webform submodules require those projects). PHP 8.3 or newer. A Tap Payments account and API keys. Compatible with Drupal 10.3+ and Drupal 11.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.