ITSN request response

From Wiki Plati.Online
Revision as of 17:49, 17 July 2024 by George.fatu (talk | contribs) (Created page with "== 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> <source lang="xml"> <po_itsn_response> <f_response_code> <![CDATA[ 0 - an error occurred parsing processing th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Settle Request Response[edit]

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>

<source lang="xml"> <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> </source>