WSs2s
Click here for a complete list of operations.
callRefundS2S
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /gestpay/GestPayWS/WSs2s.asmx HTTP/1.1
Host: ecomms2s.sella.it
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://ecomms2s.sella.it/callRefundS2S"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<callRefundS2S xmlns="https://ecomms2s.sella.it/">
<shopLogin>string</shopLogin>
<uicCode>string</uicCode>
<amount>string</amount>
<shopTransactionId>string</shopTransactionId>
<bankTransactionId>string</bankTransactionId>
<settlementID>string</settlementID>
<OrderDetail>
<ProductDetails>
<ProductDetail>
<ProductCode>string</ProductCode>
<SKU>string</SKU>
<Name>string</Name>
<Description>string</Description>
<Quantity>string</Quantity>
<Price>string</Price>
<UnitPrice>string</UnitPrice>
<Type>string</Type>
<TaxType>string</TaxType>
<Vat>string</Vat>
<Discount>string</Discount>
<RequiresShipping>string</RequiresShipping>
<Condition>string</Condition>
<Seller>string</Seller>
<Category>string</Category>
<SubCategory>string</SubCategory>
<Brand>string</Brand>
<DeliveryAt>string</DeliveryAt>
<DigitalGiftCardDetails xsi:nil="true" />
<ImageUrl>string</ImageUrl>
<ProductInfoUrl>string</ProductInfoUrl>
</ProductDetail>
<ProductDetail>
<ProductCode>string</ProductCode>
<SKU>string</SKU>
<Name>string</Name>
<Description>string</Description>
<Quantity>string</Quantity>
<Price>string</Price>
<UnitPrice>string</UnitPrice>
<Type>string</Type>
<TaxType>string</TaxType>
<Vat>string</Vat>
<Discount>string</Discount>
<RequiresShipping>string</RequiresShipping>
<Condition>string</Condition>
<Seller>string</Seller>
<Category>string</Category>
<SubCategory>string</SubCategory>
<Brand>string</Brand>
<DeliveryAt>string</DeliveryAt>
<DigitalGiftCardDetails xsi:nil="true" />
<ImageUrl>string</ImageUrl>
<ProductInfoUrl>string</ProductInfoUrl>
</ProductDetail>
</ProductDetails>
</OrderDetail>
<RefundReason>string</RefundReason>
<chargeBackFraud>string</chargeBackFraud>
<apikey>string</apikey>
<paymentDeviceDetails>
<TerminalId>string</TerminalId>
</paymentDeviceDetails>
</callRefundS2S>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<callRefundS2SResponse xmlns="https://ecomms2s.sella.it/">
<callRefundS2SResult>xml</callRefundS2SResult>
</callRefundS2SResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /gestpay/GestPayWS/WSs2s.asmx HTTP/1.1
Host: ecomms2s.sella.it
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<callRefundS2S xmlns="https://ecomms2s.sella.it/">
<shopLogin>string</shopLogin>
<uicCode>string</uicCode>
<amount>string</amount>
<shopTransactionId>string</shopTransactionId>
<bankTransactionId>string</bankTransactionId>
<settlementID>string</settlementID>
<OrderDetail>
<ProductDetails>
<ProductDetail>
<ProductCode>string</ProductCode>
<SKU>string</SKU>
<Name>string</Name>
<Description>string</Description>
<Quantity>string</Quantity>
<Price>string</Price>
<UnitPrice>string</UnitPrice>
<Type>string</Type>
<TaxType>string</TaxType>
<Vat>string</Vat>
<Discount>string</Discount>
<RequiresShipping>string</RequiresShipping>
<Condition>string</Condition>
<Seller>string</Seller>
<Category>string</Category>
<SubCategory>string</SubCategory>
<Brand>string</Brand>
<DeliveryAt>string</DeliveryAt>
<DigitalGiftCardDetails xsi:nil="true" />
<ImageUrl>string</ImageUrl>
<ProductInfoUrl>string</ProductInfoUrl>
</ProductDetail>
<ProductDetail>
<ProductCode>string</ProductCode>
<SKU>string</SKU>
<Name>string</Name>
<Description>string</Description>
<Quantity>string</Quantity>
<Price>string</Price>
<UnitPrice>string</UnitPrice>
<Type>string</Type>
<TaxType>string</TaxType>
<Vat>string</Vat>
<Discount>string</Discount>
<RequiresShipping>string</RequiresShipping>
<Condition>string</Condition>
<Seller>string</Seller>
<Category>string</Category>
<SubCategory>string</SubCategory>
<Brand>string</Brand>
<DeliveryAt>string</DeliveryAt>
<DigitalGiftCardDetails xsi:nil="true" />
<ImageUrl>string</ImageUrl>
<ProductInfoUrl>string</ProductInfoUrl>
</ProductDetail>
</ProductDetails>
</OrderDetail>
<RefundReason>string</RefundReason>
<chargeBackFraud>string</chargeBackFraud>
<apikey>string</apikey>
<paymentDeviceDetails>
<TerminalId>string</TerminalId>
</paymentDeviceDetails>
</callRefundS2S>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<callRefundS2SResponse xmlns="https://ecomms2s.sella.it/">
<callRefundS2SResult>xml</callRefundS2SResult>
</callRefundS2SResponse>
</soap12:Body>
</soap12:Envelope>