TWINT
TWINT is a redirect payment system.
See chapter Redirect payment systems
<soapenv:Envelope
xmlns:soapenv="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"
xsi:type="AcceptPayment">
<soapenv:Header/>
<soapenv:Body>
<etp:AcceptPayment>
<merchantID>90000</merchantID>
<tid>1234</tid>
<pType>TWINT</pType>
<payment xsi:type="etp:PaymentTWINT">
<amount>1000</amount>
<currency>CHF</currency>
</payment>
<successURL>https://www.yourdomain.at/succ.php</successURL>
<errorURL>https://www.yourdomain.at/err.php</errorURL>
<confirmationURL>https://www.yourdomain.at/confirmation.php</confirmationURL>
</etp:AcceptPayment>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:etp="https://www.mpay24.com/soap/etp/1.5/ETP.wsdl">
<SOAP-ENV:Body>
<SOAP-ENV:Body>
<etp:AcceptPaymentResponse>
<status>OK</status>
<returnCode>REDIRECT</returnCode>
<mpayTID>5899651</mpayTID>
<location>https://r2.girogate.de/twint/P1523/I?tx=140294349485&rs=C9Q1lRdhvEjw9X2NhxKzBxHnBvp9gRcd&cs=55de897a943e82b87d63f295123642f509e33debb1af715ff219315a6c5ddc04</location>
</etp:AcceptPaymentResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Attention
Currently only CHF are supported.
Updated 7 days ago