Click or drag to resize

IAtomiaBillingApiMakePayment Method

Makes the payment by creating transaction on the payment gateway.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
PaymentTransaction MakePayment(
	PaymentTransaction transaction
)

Parameters

transaction
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPaymentTransaction
The transaction. Transaction reference id and type should be filled up, together with payment profile.

Return Value

Type: PaymentTransaction
Transaction for performed payment.
See Also