public function EcheckInterface::getSettledTransactions in Commerce Authorize.Net 8
Get settled transactions from authorize.net.
Parameters
string $from_date: The settlement starting date in Y-m-d\TH:i:s format.
string $to_date: The settlement end date in Y-m-d\TH:i:s format.
Return value
\Drupal\commerce_payment\Entity\PaymentInterface[] An array of payments keyed by the entity id.
1 method overrides EcheckInterface::getSettledTransactions()
- Echeck::getSettledTransactions in src/
Plugin/ Commerce/ PaymentGateway/ Echeck.php - Get settled transactions from authorize.net.
File
- src/
Plugin/ Commerce/ PaymentGateway/ EcheckInterface.php, line 24
Class
- EcheckInterface
- Provides the Authorize.net echeck payment gateway interface.
Namespace
Drupal\commerce_authnet\Plugin\Commerce\PaymentGatewayCode
public function getSettledTransactions($from_date, $to_date);