Tap Payment
No security coverage
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.