ITSN request response

From PlatiOnline.EU
Jump to: navigation, search

Settle Request Response

Once the Refund Request XML_Message is successfully parsed the Plati Online system will process it. Validate returned XML with schema: https://secure.plationline.eu/xml_validation/refund.response.v5.xsd

   <x_trans_id></x_trans_id>
   <merchServerStamp></merchServerStamp>
   <f_response_code></f_response_code>
<po_itsn_response>
	<f_response_code>
		<![CDATA[
			0 - an error occurred parsing processing the ITSN request and PlatiOnline will notify again until value will be '''1''' maxim 72 hours.
			1 - no error => PlatiOnline will notify again only when the transaction status will change again.
		]]>
	</f_response_code>
	<merchServerStamp>
		<![CDATA[the error message]]>
	</merchServerStamp>
	<x_trans_id>
		<![CDATA[PO transaction id]]>
	</x_trans_id>
</po_itsn_response>