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
)
Function ProbeTransactionStatus (
transactionId As String
) As PaymentTransaction
PaymentTransaction^ ProbeTransactionStatus(
String^ transactionId
)
abstract ProbeTransactionStatus :
transactionId : string -> PaymentTransaction
Parameters
- transactionId
- Type: SystemString
The transaction id.
Return Value
Type:
PaymentTransactionUpdated transaction.
See Also