Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the service connector for Payment Service.
Once a connection to the broker is established, it attempts to capture the card payment.
Syntax
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.
Remarks
Used to upgrade existing AX subscriptions into new payment connector format.