Click or drag to resize

PaymentMethodsHelperProbeTransactionStatus Method

Updates the transaction status. This one is used to call periodically to fetch status of the transaction from the payment gateway, if necessary. Plugin will update transaction status, when probed.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static PaymentTransaction ProbeTransactionStatus(
	string transactionId,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

transactionId
Type: SystemString
The transaction id.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.

Return Value

Type: PaymentTransaction
Payment transaction with transactionId.
See Also