Click or drag to resize

IPaymentMethodPluginProbeTransactionStatus Method

Probes for transaction status. It is called from the outside periodically, to fetch new status of the transaction. Plugin should save this transaction status in the database, too.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
PaymentTransaction ProbeTransactionStatus(
	string transactionId
)

Parameters

transactionId
Type: SystemString
The transaction id.

Return Value

Type: PaymentTransaction
Updated transaction.
See Also