Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Documentation
Pagina pentru testare
Home
Getting Started
Payment Services
News & Updates
Wiki Plati.Online
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Authorization relay response
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== PlatiOnline Authorization relay response == PlatiOnline Authorization result is automatically sent when acquiring bank accepts or declines amount authorization.<br/> PlatiOnline.ro system provides several methods that allow merchants to receive transaction response: === POST (JavaScript PlatiOnline Server - Client Internet Browser - Merchant Server) === This method creates a HTML form where Β« action Β» parameter has merchant's URL '''f_relay_response_url'''. *Upon automated '''onLoad''' event, a '''JavaScript''' code will '''Β« submit Β» the form'''. *By using this method SESSION variables related to HTTP communication between merchant server and customer's Browser can be used. '''NOTE''': this method is NOT recommended for websites that do not use SSL! <br/> '''POST''' QueryString contain '''f_relay_message''' and '''f_crypt_message''': {| class="wikitable" |- ! Parameter ! Data type ! Comments |- | f_relay_message | text | Authorization XML relay response '''[https://secure.plationline.eu/xml_validation/auth.response.v5.xsd https://secure.plationline.eu/xml_validation/auth.response.v5.xsd]''' encrypted with '''AES algorithm''' |- | f_crypt_message | text | '''AES Key''' (used for encrypting '''Authorization XML relay response''') encrypted with RSA ITSN pair keys |- | merchant fields | text | QueryString used on Authorization XML request on tags '''//merchants_fields//PostQueryString''';XML schema '''[https://secure.plationline.eu/xml_validation/f_message.auth.v5.xsd https://secure.plationline.eu/xml_validation/f_message.auth.v5.xsd]''' |} === POST (Direct PlatiOnline Server - Merchant Server) - Merchant HTML Page === :Using this method allows a direct communication between servers without involving customer's Browser. *PO Server will POST directly to merchant's URL; *Merchant server processes transaction result and responds to PO server with a HTML/JavaScript code; *PO Server saves HTML/JavaScript code and then sends it directly to customer's Browser. *The customer will view in Browser the merchant generated HTML/JavaScript response. '''NOTE''': By using this method, '''SESSION''' variables related to HTTP communication between merchant server and customer's Browser '''CANNOT''' be used on the merchant's server. '''NOTE''': this method is recommended for websites that do not use SSL! <br/> '''SOAP XML''' contain '''f_relay_message''' and '''f_crypt_message''' and merchant's soap tags. Use this schema to validate: '''[http://secure.plationline.eu/xml_validation/auth.soap.response.v5.xsd http://secure.plationline.eu/xml_validation/auth.soap.response.v5.xsd]''' {| class="wikitable" |- ! Tag ! Data type ! Comments |- | f_relay_message | string | Authorization XML relay response '''[https://secure.plationline.eu/xml_validation/auth.response.v5.xsd https://secure.plationline.eu/xml_validation/auth.response.v5.xsd]''' encrypted with '''AES algorithm''' |- | f_crypt_message | text | '''AES Key''' (used for encrypting '''Authorization XML relay response''') encrypted with RSA ITSN pair keys |- | merchant_SoapTags | complex | SoapTags used on Authorization XML request on tags '''//merchants_fields//SoapTags''';XML schema '''[https://secure.plationline.eu/xml_validation/f_message.auth.v5.xsd https://secure.plationline.eu/xml_validation/f_message.auth.v5.xsd]''' |} === POST (Direct PlatiOnline Server - Merchant Server) - PlatiOnline Template === :It's similar to above method, but customer will view authorization result in a PlatiOnline HTML format. :Depending on the transaction result, we provide the following templates: *PO Template for '''Authorized transactions'''; *PO Template for '''Declined transactions'''. In this template we provide a decline message and also allow the customer to retry the transaction by pressing one button; *PO Template for '''Pending Verification''' transactions. In this template customer is informed s/he must wait for final transaction result since transaction will undergo a manual verification. *PO Template for '''Expired transactions''' (authorized transactions, but completed AFTER the time frame allowed by to merchant for authorization completion has passed - authorization DELTA T) - '''<f_auth_minutes>''' TAG from '''f_message''' '''NOTE''': By using this method, '''SESSION''' variables related to HTTP communication between merchant server and customer's Browser '''CANNOT''' be used on the merchant's server. '''NOTE''': this method is recommended for websites that do not use SSL! <br/> '''POST''' QueryString contain '''f_relay_message''' and '''f_crypt_message''': {| class="wikitable" |- ! Parameter ! Data type ! Comments |- | f_relay_message | text | Authorization XML relay response '''[https://secure.plationline.eu/xml_validation/auth.response.v5.xsd https://secure.plationline.eu/xml_validation/auth.response.v5.xsd]''' encrypted with '''AES algorithm''' |- | f_crypt_message | text | '''AES Key''' (used for encrypting '''Authorization XML relay response''') encrypted with RSA ITSN pair keys |- | merchant fields | text | QueryString used on Authorization XML request on tags '''//merchants_fields//PostQueryString''';XML schema '''[https://secure.plationline.eu/xml_validation/f_message.auth.v5.xsd https://secure.plationline.eu/xml_validation/f_message.auth.v5.xsd]''' |} === GET (Redirect PlatiOnline Server - Client Internet Browser - Merchant Server) === '''DISABLED''' === SOAP (Direct PlatiOnline Server - Merchant Server) - PlatiOnline Template === :Using this method allows a direct communication between servers without involving customer's Browser. :PO Server will post directly to merchant's URL by: *'''Content-Type="application/soap+xml; charset=utf-8"'''; *'''SOAPAction=RelayResponse'''; :Merchant's server processes transaction result and response to PO Server with a XML code; *PO Template for '''Authorized transactions'''; *PO Template for '''Declined transactions'''. In this template we provide a decline message and also allow the customer to retry the transaction by pressing one button; *PO Template for '''Pending Verification''' transactions. In this template customer is informed s/he must wait for final transaction result since transaction will undergo a manual verification. *PO Template for '''Expired transactions''' (authorized transactions, but completed AFTER the time frame allowed by to merchant for authorization completion has passed - authorization DELTA T) - '''<f_auth_minutes>''' TAG from '''f_message''' '''NOTE''': By using this method, '''SESSION''' variables related to HTTP communication between merchant server and customer's Browser '''CANNOT''' be used on the merchant's server. '''NOTE''': this method is recommended for websites that do not use SSL! <br/> '''SOAP XML''' contain '''f_relay_message''' and '''f_crypt_message''' and merchant's soap tags. Use this schema to validate: '''[http://secure2.plationline.ro/xml_validation/auth.soap.response.v5.xsd http://secure2.plationline.ro/xml_validation/auth.soap.response.v5.xsd]''' {| class="wikitable" |- ! Tag ! Data type ! Comments |- | f_relay_message | string | Authorization XML relay response '''[https://secure.plationline.eu/xml_validation/auth.response.v5.xsd https://secure.plationline.eu/xml_validation/auth.response.v5.xsd]''' encrypted with '''AES algorithm''' |- | f_crypt_message | text | '''AES Key''' (used for encrypting '''Authorization XML relay response''') encrypted with RSA ITSN pair keys |- | merchant_SoapTags | complex | SoapTags used on Authorization XML request on tags '''//merchants_fields//SoapTags''';XML schema '''[https://secure.plationline.eu/xml_validation/f_message.auth.v5.xsd https://secure.plationline.eu/xml_validation/f_message.auth.v5.xsd]''' |} === SOAP (Direct PlatiOnline Server - Merchant Server) - Merchants HTML Page === :Using this method allows a direct communication between servers without involving customer's Browser. :PO Server will post directly to merchant's URL by: *'''Content-Type="application/soap+xml; charset=utf-8"'''; *'''SOAPAction=RelayResponse'''; :Merchant's server processes transaction result and response to PO Server with a XML code; '''NOTE''': By using this method, '''SESSION''' variables related to HTTP communication between merchant server and customer's Browser '''CANNOT''' be used on the merchant's server. '''NOTE''': this method is recommended for websites that do not use SSL! <br/> '''SOAP XML''' contain '''f_relay_message''' and '''f_crypt_message''' and merchant's soap tags. Use this schema to validate: '''[http://secure.plationline.eu/xml_validation/auth.soap.response.v5.xsd http://secure.plationline.eu/xml_validation/auth.soap.response.v5.xsd]''' {| class="wikitable" |- ! Tag ! Data type ! Comments |- | f_relay_message | string | Authorization XML relay response '''[https://secure.plationline.eu/xml_validation/auth.response.v5.xsd https://secure.plationline.eu/xml_validation/auth.response.v5.xsd]''' encrypted with '''AES algorithm''' |- | f_crypt_message | text | '''AES Key''' (used for encrypting '''Authorization XML relay response''') encrypted with RSA ITSN pair keys |- | merchant_SoapTags | complex | SoapTags used on Authorization XML request on tags '''//merchants_fields//SoapTags''';XML schema '''[https://secure.plationline.eu/xml_validation/f_message.auth.v5.xsd https://secure.plationline.eu/xml_validation/f_message.auth.v5.xsd]''' |}
Summary:
Please note that all contributions to Wiki Plati.Online may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Wiki Plati.Online:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width