Paysafecash
Paysafe cash is a redirect payment system.
See chapter Redirect payment systems
A payment with brand PAYSAFECASH
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>PAYSAFECASH</brand>
</payment>
</etp:AcceptPayment>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<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>PAYSAFECASH</brand>
</payment>
<order>
<description>123</description>
<billing>
<mode>READONLY</mode>
<name>hans peter</name>
<gender>MALE</gender>
<street>Test tester 1</street>
<zip>1010</zip>
<city>Wien</city>
<countryCode>AT</countryCode>
<email>[email protected]</email>
<phone>+4123123123123</phone>
</billing>
</order>
</etp:AcceptPayment>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Updated almost 7 years ago