You are here

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

Namesort descending Location Description
CALLBACK_commerce_payment_method_redirect_form modules/payment/commerce_payment.api.php Payment method callback; generation callback for the payment redirect form.
CALLBACK_commerce_payment_method_redirect_form_back modules/payment/commerce_payment.api.php Payment method callback; cancellation callback for the redirected payments.
CALLBACK_commerce_payment_method_redirect_form_submit modules/payment/commerce_payment.api.php Payment method callback; submission callback for redirected payments.
CALLBACK_commerce_payment_method_redirect_form_validate modules/payment/commerce_payment.api.php Payment method callback; validation callback for redirected payments.
CALLBACK_commerce_payment_method_settings_form modules/payment/commerce_payment.api.php Payment method callback; return the settings form for a payment method.
CALLBACK_commerce_payment_method_submit_form modules/payment/commerce_payment.api.php Payment method callback; generation callback for the payment submission form.
CALLBACK_commerce_payment_method_submit_form_submit modules/payment/commerce_payment.api.php Payment method callback; validate callback for the payment submission form.
CALLBACK_commerce_payment_method_submit_form_validate modules/payment/commerce_payment.api.php Payment method callback; validate callback for the payment submission form.
hook_commerce_payment_method_info modules/payment/commerce_payment.api.php Define payment methods available to the Commerce Payment framework.
hook_commerce_payment_method_info_alter modules/payment/commerce_payment.api.php Alter payment methods defined by other modules.