paybox

The following brands are covered in this section: PB

Requirements to process PB transactions:

A payment with brand PB requires the PaymentPB 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>10042</tid>
      <pType>PB</pType>
      <payment xsi:type="etp:PaymentPB">
        <amount>1000</amount>
        <currency>EUR</currency>
        <identifier>+436641111111</identifier>
      </payment>
    </etp:AcceptPayment>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>