Click or drag to resize

IAtomiaBillingApiFinishPayment Method

Finishes the payment by closing appropriate transactions, marking invoices as paid...

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

Parameters

transactionId
Type: SystemString
The transaction id.

Return Value

Type: PaymentTransaction
Closed payment transaction.
See Also