Click or drag to resize

PaymentServiceInitiateAndCompleteZeroPayment Method

Initiates the and complete zero payment.

Namespace:  AMCS.Elemos.IntegrationService.Services.Payment
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PaymentCompletionRequestResponseEntity InitiateAndCompleteZeroPayment(
	string authenticationKey,
	PaymentRequestEntity paymentRequest
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
paymentRequest
Type: AMCS.Elemos.IntegrationService.Entity.PaymentPaymentRequestEntity
The payment request.

Return Value

Type: PaymentCompletionRequestResponseEntity
See Also