Payment Method API in Commerce Core 7
API for integrating payment methods into the Drupal Commerce framework.
File
- modules/
payment/ commerce_payment.api.php, line 78 - Hooks provided by the Payment module.
Functions
Name | Location | Description |
---|---|---|
CALLBACK_commerce_payment_method_redirect_form |
modules/ |
Payment method callback; generation callback for the payment redirect form. |
CALLBACK_commerce_payment_method_redirect_form_back |
modules/ |
Payment method callback; cancellation callback for the redirected payments. |
CALLBACK_commerce_payment_method_redirect_form_submit |
modules/ |
Payment method callback; submission callback for redirected payments. |
CALLBACK_commerce_payment_method_redirect_form_validate |
modules/ |
Payment method callback; validation callback for redirected payments. |
CALLBACK_commerce_payment_method_settings_form |
modules/ |
Payment method callback; return the settings form for a payment method. |
CALLBACK_commerce_payment_method_submit_form |
modules/ |
Payment method callback; generation callback for the payment submission form. |
CALLBACK_commerce_payment_method_submit_form_submit |
modules/ |
Payment method callback; validate callback for the payment submission form. |
CALLBACK_commerce_payment_method_submit_form_validate |
modules/ |
Payment method callback; validate callback for the payment submission form. |
hook_commerce_payment_method_info |
modules/ |
Define payment methods available to the Commerce Payment framework. |
hook_commerce_payment_method_info_alter |
modules/ |
Alter payment methods defined by other modules. |