ReleaseUpdateDB60_Retail::upgradePostTransaction Method [AX 2012]

Performs the required operations on the transaction depending on transaction type.

server public static str upgradePostTransaction(
    CreditCardOperation _transactionType, 
    str _paymentServiceSDKBlob, 
    CreditCardProcessorTransactionId _transactionGuid, 
    str _transactionToken)

Run On

Server

Parameters

_transactionType
Type: CreditCardOperation Enumeration
Type of transaction need to be performed.
_paymentServiceSDKBlob
Type: str
XML containing the transaction details.
_transactionGuid
Type: CreditCardProcessorTransactionId Extended Data Type
GUID need to be used for the transaction.
_transactionToken
Type: str
Token need to be used for the transaction.

Return Value

Type: str
Result of the operation in the form of a XML string.
Show: