Performing common transaction operations
The service of "Payment by web services" allows to perform the following operations:
Name of the web service operation | Description |
---|---|
updatePayment | Updating a payment transaction |
updatePaymentDetails | Updating transaction information (shopping cart) |
cancelPayment | Canceling a payment transaction |
findPayments | Searching for payment transactions |
refundPayment | Refunding a buyer |
duplicatePayment | Duplicating a payment transaction |
validatePayment | Validating a payment transaction |
capturePayment | Capturing a payment |
getPaymentDetails | Obtaining payment transaction details |
verifyThreeDSEnrollment | Verifying 3D Secure authentication of the buyer's card |
checkThreeDSAuthentication | Verifying the 3D Secure authentication status |
The service "Access to acquisition on the merchant website via SOAP Web Services" allows to create transactions via the operation:
Name of the web service operation | Description |
---|---|
createPayment | Initializing a payment transaction |
Examples of code can be found in the appendix of the document.