ReleaseUpdateDB60_Retail::upgradePaymentService Method [AX 2012]

Creates the service connector for Payment Service.

Once a connection to the broker is established, it attempts to capture the card payment.

server public static str upgradePaymentService(
    str _merchantId, 
    str _serviceId, 
    str _environment, 
    str _certificatePassword, 
    str _certificatePrivateKey, 
    str _certificatePublicKey)

Run On

Server

Parameters

_merchantId
Type: str
Merchant Id need to be used for processing the payment.
_serviceId
Type: str
Service Id need to be used for processing the payment.
_environment
Type: str
Environment settings required for processing the payment.
_certificatePassword
Type: str
Certificate password generated by DOClientProxy required for processing the payment.
_certificatePrivateKey
Type: str
Certificate private key generated by DOClientProxy required for processing the payment.
_certificatePublicKey
Type: str
Certificate public key generated by DOClientProxy required for processing the payment.

Return Value

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

Used to upgrade existing AX subscriptions into new payment connector format.

Show: