You are here

public function OffsitePaymentGatewayInterface::getNotifyUrl in Commerce Core 8.2

Gets the URL to the "notify" page.

When supported, this page is called asynchronously to notify the site of payment changes (new payment or capture/void/refund of an existing one).

Return value

\Drupal\Core\Url The "notify" page url.

1 method overrides OffsitePaymentGatewayInterface::getNotifyUrl()
OffsitePaymentGatewayBase::getNotifyUrl in modules/payment/src/Plugin/Commerce/PaymentGateway/OffsitePaymentGatewayBase.php
Gets the URL to the "notify" page.

File

modules/payment/src/Plugin/Commerce/PaymentGateway/OffsitePaymentGatewayInterface.php, line 42

Class

OffsitePaymentGatewayInterface
Defines the base interface for off-site payment gateways.

Namespace

Drupal\commerce_payment\Plugin\Commerce\PaymentGateway

Code

public function getNotifyUrl();