Click or drag to resize

IAtomiaBillingApiUpdatePaymentTransaction Method

Updates payment transaction. Used to finish payment transaction.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void UpdatePaymentTransaction(
	string transactionId,
	string newStatus,
	string newStatusCode,
	string newStatusCodeDescription,
	Dictionary<string, string> attributes
)

Parameters

transactionId
Type: SystemString
The transaction id. Transaction reference id and type should be filled up, together with payment profile.
newStatus
Type: SystemString
New status.
newStatusCode
Type: SystemString
New status code.
newStatusCodeDescription
Type: SystemString
New status code description.
attributes
Type: System.Collections.GenericDictionaryString, String
Transaction attributes.
See Also