Click or drag to resize

PaymentServiceGetPortalPaymentRequest Method

Gets the portal payment request.

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 PortalExternalPaymentRequestPartialEntity GetPortalPaymentRequest(
	string authKey,
	Nullable<int> paymentTransactionId,
	Nullable<Guid> guid
)

Parameters

authKey
Type: SystemString
The authentication key.
paymentTransactionId
Type: SystemNullableInt32
The payment transaction identifier.
guid
Type: SystemNullableGuid
The unique identifier.

Return Value

Type: PortalExternalPaymentRequestPartialEntity
Exceptions
ExceptionCondition
FaultException
See Also