Paysafecard

Paysafe card is a redirect payment system.
See chapter Redirect payment systems

A payment with brand PSC requires the PaymentPSC xsi:type.

<SOAP-ENV:Envelope 
  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
  xmlns:etp="https://www.mpay24.com/soap/etp/1.5/ETP.wsdl"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOAP-ENV:Header/>
  <SOAP-ENV:Body>
    <etp:AcceptPayment>
      <merchantID>90000</merchantID>
      <tid>1234</tid>
      <pType>PSC</pType>
      <payment xsi:type="ETP:PaymentPSC">
        <amount>100</amount>
        <currency>EUR</currency>
        <brand>PSC</brand>
      </payment>
    </etp:AcceptPayment>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:etp="https://www.mpay24.com/soap/etp/1.5/ETP.wsdl">
    <SOAP-ENV:Header></SOAP-ENV:Header>
    <SOAP-ENV:Body>
        <etp:AcceptPaymentResponse>
            <status>OK</status>
            <returnCode>REDIRECT</returnCode>
            <mpayTID>14591895</mpayTID>
            <location>https://customer.test.at.paysafecard.com/psccustomer/GetCustomerPanelServlet?mid=1000000554&amp;mtid=14591895&amp;amount=1.00&amp;currency=EUR&amp;language=de</location>
        </etp:AcceptPaymentResponse>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>