User contributions for George.fatu

A user with 33 edits. Account created on 10 July 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

17 July 2024

  • 17:4917:49, 17 July 2024 diff hist +858 N ITSN request responseCreated 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..." current
  • 17:4817:48, 17 July 2024 diff hist +843 N Validating the ITSN request XML Message validation schemaCreated page with "== XML ITSN Request == '''Plati Online version 5.x''' # SOAP Post URL: Merchant's settings # Request XML validation schema: '''https://secure.plationline.ro/xml_validation/po.request.v5.xsd''' # XML_Message validation schema: '''https://secure.plationline.ro/xml_validation/itsn.v5.xsd''' Pseudo-code: # PO POST SOAP (version 1.1 or 1.2) to '''Merchant's URL''' #*SOAP 1.1 headers are: #*#CONTENT_TYPE = '''text/xml; charset=utf-8''' #*#USER_AGENT = '''PlatiOnline-SOAP'''..." current
  • 17:2417:24, 17 July 2024 diff hist +1,178 N SMS request responseCreated page with "== Send SMS Request Response == Once the '''SMS Request XML_Message''' is successfully parsed the Plati Online system will process it. Validate returned XML with schema: '''https://secure.plationline.eu/xml_validation/sendSMS.response.v5.xsd''' <source lang="xml"> <po_send_sms_response> <po_error_code> <![CDATA[ 1 - an error occurred parsing the '''SMS Request XML_Message''' and Plati Online will not process the request; 0 - no error => '''Void Request XML_Mes..." current
  • 17:2417:24, 17 July 2024 diff hist +1,155 N Validating the SMS request XML Message validation schemaCreated page with "== XML SMS Request == '''Plati Online version 5.x''' #SOAP Post URL: '''https://secure.plationline.eu/''' #Request XML validation schema: '''https://secure.plationline.eu/xml_validation/po.request.v5.xsd''' #XML_Message validation schema: '''https://secure.plationline.eu/xml_validation/f_message.sms.v5.xsd''' Pseudo-code: #Create the '''SMS Request XML_Message'''; #Create a random 32 alphanumeric '''AES KEY'''; #Encrypt the '''AES KEY''' with the '''RSA''' algorithm; t..." current
  • 17:2317:23, 17 July 2024 diff hist +5,336 N QueryByDate ResponseCreated page with "== Query Request Response == :Once the '''Query Request XML_Message''' is successfully parsed the Plati Online system will process it. :Validate returned XML with schema: '''https://secure.plationline.eu/xml_validation/query-by-date.response.v5.xsd''' <source lang="xml"> <?xml version="1.0" encoding="utf-8"?> <po_query_response> <po_error_code> <![CDATA[ 1 - an error occurred parsing the '''Query Request XML_Message''' and PlatiOnline will not process the request..." current
  • 17:2317:23, 17 July 2024 diff hist +1,215 N Validating the QueryByDate Request XML Message validation schemaCreated page with "== XML QueryByDate Request == '''Plati Online version 5.x''' #SOAP Post URL: '''https://secure.plationline.ro/''' #Request XML validation schema: '''https://secure.plationline.ro/xml_validation/po.request.v5.xsd''' #XML_Message validation schema: '''https://secure.plationline.ro/xml_validation/f_message.query-by-date.v5.xsd''' Pseudo-code: #Create the '''QueryByDate Request XML_Message'''; #Create a random 32 alphanumeric '''AES KEY'''; #Encrypt the '''AES KEY''' with..." current
  • 17:2217:22, 17 July 2024 diff hist +5,360 N Query request responseCreated page with " == Query Request Response == :Once the '''Query Request XML_Message''' is successfully parsed the Plati Online system will process it. :Validate returned XML with schema: '''[https://secure.plationline.ro/xml_validation/query.response.v5.xsd https://secure.plationline.ro/xml_validation/query.response.v5.xsd]'''   <syntaxhighlight lang="xml"> <?xml version="1.0" encoding="utf-8"?> <po_query_response> <po_error_code> <![CDATA[ 1 - an error oc..." current
  • 17:2217:22, 17 July 2024 diff hist +1,167 N Validating the query request XML Message validation schemaCreated page with "== XML Query Request == '''Plati Online version 5.x''' #SOAP Post URL: '''https://secure.plationline.ro/''' #Request XML validation schema: '''https://secure.plationline.ro/xml_validation/po.request.v5.xsd''' #XML_Message validation schema: '''https://secure.plationline.ro/xml_validation/f_message.query.v5.xsd''' Pseudo-code: #Create the '''Query Request XML_Message'''; #Create a random 32 alphanumeric '''AES KEY'''; #Encrypt the '''AES KEY''' with the '''RSA''' algori..." current
  • 17:2117:21, 17 July 2024 diff hist +1,191 N Refund request responseCreated page with "== Refund 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''' <source lang="xml"> <po_refund_response> <po_error_code> <![CDATA[ 1 - an error occurred parsing the '''Refund Request XML_Message''' and PlatiOnline will not process the request; 0 - no error => '''Refund Request XML_M..." current
  • 17:2117:21, 17 July 2024 diff hist +1,174 N Validating the refund request XML Message validation schemaCreated page with "== XML Refund Request == '''Plati Online version 5.x''' #SOAP Post URL: '''https://secure.plationline.ro/''' #Request XML validation schema: '''https://secure.plationline.ro/xml_validation/po.request.v5.xsd''' #XML_Message validation schema: '''https://secure.plationline.ro/xml_validation/f_message.refund.v5.xsd''' Pseudo-code: #Create the '''Refund Request XML_Message'''; #Create a random 32 alphanumeric '''AES KEY'''; #Encrypt the '''AES KEY''' with the '''RSA''' alg..." current
  • 17:2017:20, 17 July 2024 diff hist +1,178 N Void request responseCreated page with "== Settle Request Response == Once the '''Void Request XML_Message''' is successfully parsed the Plati Online system will process it. Validate returned XML with schema: '''https://secure.plationline.eu/xml_validation/void.response.v5.xsd''' <source lang="xml"> <po_void_response> <po_error_code> <![CDATA[ 1 - an error occurred parsing the '''Void Request XML_Message''' and Plati Online will not process the request; 0 - no error => '''Void Request XML_Message'''..." current
  • 17:1917:19, 17 July 2024 diff hist +1,160 N Validating the void request XML Message validation schemaCreated page with "== XML Void Request == '''Plati Online version 5.x''' #SOAP Post URL: '''https://secure.plationline.ro/''' #Request XML validation schema: '''https://secure.plationline.ro/xml_validation/po.request.v5.xsd''' #XML_Message validation schema: '''https://secure.plationline.ro/xml_validation/f_message.void.v5.xsd''' Pseudo-code: #Create the '''Void Request XML_Message'''; #Create a random 32 alphanumeric '''AES KEY'''; #Encrypt the '''AES KEY''' with the '''RSA''' algorithm..." current
  • 17:1917:19, 17 July 2024 diff hist +1,192 N Settlement request responseCreated page with "== Settle Request Response == Once the '''Settle Request XML_Message''' is successfully parsed the Plati Online system will process it. Validate returned XML with schema: '''https://secure.plationline.eu/xml_validation/settle.response.v5.xsd''' <source lang="xml"> <po_settle_response> <po_error_code> <![CDATA[ 1 - an error occurred parsing the '''Settle Request XML_Message''' and Plati Online will not process the request; 0 - no error => '''Settle Request XML_..." current
  • 17:1817:18, 17 July 2024 diff hist +1,174 N Validating the settle request XML Message validation schemaCreated page with "== XML Settle Request == '''Plati Online version 5.x''' #SOAP Post URL: '''https://secure.plationline.ro/''' #Request XML validation schema: '''https://secure.plationline.ro/xml_validation/po.request.v5.xsd''' #XML_Message validation schema: '''https://secure.plationline.ro/xml_validation/f_message.settle.v5.xsd''' Pseudo-code: #Create the '''Settle Request XML_Message'''; #Create a random 32 alphanumeric '''AES KEY'''; #Encrypt the '''AES KEY''' with the '''RSA''' alg..." current
  • 17:1817:18, 17 July 2024 diff hist +10,345 N Authorization relay responseCreated page with " == Payment Authorization Relay Response == On each transaction you can setup the relay response method: {| class="wikitable" |- ! Response method ! Comments |- | '''PTOR''' | POST using JavaScript |- | '''POST_S2S_PO_PAGE''' | POST server PO to merchant server, customer get the PO template |- | POST_S2S_MT_PAGE | DEPRECATED - POST server PO to merchant server, customer get the Merchant template |- | '''SOAP_PO_PAGE''' | POST SOAP server PO to merchant server, customer..." current
  • 17:1717:17, 17 July 2024 diff hist +1,060 N Redirect URLCreated page with "== Redirect URL == Once the '''XML_Message''' is successfully parsed the Plati Online system will return an XML with the redirect URL. Validate returned XML with schema: '''https://secure.plationline.eu/xml_validation/auth.url.response.v5.xsd''' <source lang="xml"> <po_auth_url_response> <po_error_code> <![CDATA[ 1 - an error occured parsing the '''XML_Message''' and Plati Online will not generate the '''Redirect URL'''. 0 - no error => Plati Online will gener..." current
  • 17:1617:16, 17 July 2024 diff hist +1,630 N Validating the XML Message validation schemaCreated page with " == XML Authorization == '''Plati Online version 5.x''' #Post URL: '''[https://secure.plationline.ro/ https://secure.plationline.ro/]''' #Request XML validation schema: '''[https://secure.plationline.ro/xml_validation/po.request.v5.xsd https://secure.plationline.ro/xml_validation/po.request.v5.xsd]''' #XML_Message validation schema: '''[https://secure.plationline.ro/xml_validation/f_message.auth.v5.xsd https://secure.plationline.ro/xml_validation/f_message.auth.v5.xs..." current
  • 17:1617:16, 17 July 2024 diff hist +1,027 N How to obtain security keysCreated page with "== Merchants Security keys == This section offers the merchants the possibility to obtain the transactioning key. Every time a transaction is submitted to the gateway for processing, a validation is also necessary to indicate that the transaction is received from an authorized merchant. This validation is made via a transactioning key generated by the gateway. If a transaction is not validated via this key, it will get declined. '''Security Key''' Follow these steps:..." current
  • 17:1517:15, 17 July 2024 diff hist +1,207 N Testing the integrationCreated page with "== Testing the PlatiOnline integration == Testing CC info: {| class="wikitable" |- ! Attribute !! Value !! Info |- | URL || https://secure.plationline.ro/ || URL |- | Card number || 5121212121212124 || MasterCard; |- | Card number || 4111111111111111 || Visa |- | Card exp date || 12/16 || Month/Year |- | CVV2 || 999 || Verification code |- | F_Amount || 1.35 || Decline transaction |- | F_Amount || 1.01 || On Hold transaction |- | F_Amount || 1.00 || Authorized transact..." current

10 July 2024

  • 13:5613:56, 10 July 2024 diff hist +583 N The merchants PlatiOnline.roCreated page with "<center>'''The merchants PlatiOnline.ro'''</center> Online Payments merchants receive one account for each e-commerce site registered in the system. These accounts have: * a unique identifier «Merchant ID»; * security keys; * user accounts. These identification elements linking transactions merchant account. Will receive this information automatically to the email address specified in your contact forms as soon as you sign-up site was done successfully. We reco..." current
  • 13:5513:55, 10 July 2024 diff hist +1,327 N How to install Shopify online payments pluginCreated page with "The following Plati.online status will be set for the Shopify orders == E-commerce operations == === X_STARE_FIN1 field values (authorize / settle operations) === PlatiOnline system supports the following Financial statuses (authorize / settle operations): {| class="wikitable" |- ! X_STARE_FIN1 Parameter !! PlatiOnline Description || Shopify status |- | 1 || Pending authorization || Pending |- | 2 || Transaction authorized || Paid |- | 3 || Pending settle || Paid |-..." current
  • 13:5413:54, 10 July 2024 diff hist +1,493 N How to install Prestashop online payments pluginCreated page with "'''Regular card payment using PlatiOnline''' ---- After installing Prestashop platform follow these steps: 1. Install regular '''PlatiOnline''' card payment plugin. To do this, access '''Modules and Services''' section in Prestashop, '''Modules and Services''' -> '''Add a new module.''' File:Prestashop-add.jpg 2. In Upload section select '''plationline.zip''' file and install it by accessing '''Install''' button. File:Prestashop-install.jpg 3. In List o..." current
  • 13:5213:52, 10 July 2024 diff hist +2,359 N How to install Joomla online payments pluginCreated page with " '''Regular card payment using Plationline''' ---- '''VirtueMart 3.x''' ---- After installing the Joomla platform and VirtueMart component follow these steps: 1. Install the regular '''Plationline''' card payment plugin. To do this, visit the Joomla '''Extensions''' section -> '''Extension Manager'''. In Upload Package File section select the file '''plationline.zip''' and install it by clicking '''Upload & Install''' button. File:Joomla-install.jpg 2. Afte..." current
  • 13:5013:50, 10 July 2024 diff hist +4,553 N How to install Opencart online payments plugin 2.0Created page with "'''Plationline regular card payment module''' ---- After installing the OpenCart platform, you can follow these steps: 1. Install the Plationline regular card payment plugin. To install it, you need to copy the contents of the plationline folder in the parent store location via FTP connection. Overwrite the files and directories if the FTP client asks for this. 2. After installing the module, you must activate it. Access the '''Extensions''' menu, submenu '''Paymen..." current
  • 13:4513:45, 10 July 2024 diff hist +5,790 N How to install Wordpress online payments plugin 2.3-2.4Created page with " '''Plationline regular card payment module''' ---- '''Woocommerce 2.0.x''' ---- After installing the Wordpress platform and the Woocommerce component, you can follow these steps: 1. Install the '''Plationline''' regular card payment plugin. In order to do this, access the Wordpress '''Plugins''' section. Then go to '''Add New''' section, click the '''Upload''' button, then '''Browse''', select the '''plationline.zip''' file and install it by clicking the '''Ins..." current
  • 13:4413:44, 10 July 2024 diff hist +92,169 N List of Postal Offices where we accept cash paymentCreated page with "{| {{table}} | align="center" style="background:#f0f0f0;"|'''Crt number''' | align="center" style="background:#f0f0f0;"|'''County''' | align="center" style="background:#f0f0f0;"|'''Locality/sector''' | align="center" style="background:#f0f0f0;"|'''Type subunit''' | align="center" style="background:#f0f0f0;"|'''Name subunit''' | align="center" style="background:#f0f0f0;"|'''Address''' |- | 1||B||Sector 1||OF||Bucuresti 1||Bucuresti, Str. Matei Millo, nr. 12 |- | 2||B||Sec..." current
  • 13:4413:44, 10 July 2024 diff hist +3,992 N Codes for transaction statusCreated page with "== E-commerce operations == === X_STARE_FIN1 field values (authorize / settle operations) === PlatiOnline system supports the following Financial statuses 1 (authorize / settle operations): {| class="wikitable" |- ! X_STARE_FIN1 Parameter !! Description |- | 1 || Pending authorization |- | 2 || Transaction authorized |- | 3 || Pending settle |- | 4 || Sale transaction |- | 5 || Transaction settled |- | 6 || Pending void |- | 7 || Transaction voided |- | 8 || Transacti..." current
  • 13:4313:43, 10 July 2024 diff hist +4,056 N PlatiOnline F Action valuesCreated page with " == The list of possible values field '''F_Action''' == PlatiOnline system supports the following types of operations: {| class="wikitable" |- ! F_Action Parameter ! Description |- | style="text-align: center;" | 0 | Ordering / payment status query. |- | style="text-align: center;" | 1 | Refund / credit request. |- | style="text-align: center;" | 2 | Visa and MasterCard authorization request Payment Tokenization authorization request (no installments) &nbs..." current
  • 13:4213:42, 10 July 2024 diff hist +2,223 N Download PlatiOnline integration kitsCreated page with " Lista completa de kit-uri se afla in sectiunea Download din interfata securizata a comerciantilor [https://merchants.plationline.ro https://merchants.plationline.ro]. Pentru oferta si inrolare comerciant (un singur site sau multi-site) PlatiOnline accesati linkul [https://plati.online/inregistrare-website/ Înregistrare website]. Durata estimata de instalare completa si testare a integrarii de catre echipa PlatiOnline este de 1 zi, iar la cerere dvs. se poate face gra..."
  • 13:4213:42, 10 July 2024 diff hist +1,664 N PlatiOnline API - Instant Transaction Notification Status - software developersCreated page with "== ITSN ver 5.x PlatiOnline == '''ITSN''' - Instant Transaction Notification Status Offers the possibility for the merchant to specify an URL or web address to which the PlatiOnline system will send the notification for the transaction status modification. '''NOTICE''': The ITSN system only notifies about a change in the transaction status and '''does NOT''' specify the actual/current status of the transaction. In order to be able to learn the new/actual status of the..." current
  • 13:4013:40, 10 July 2024 diff hist +6,255 N PlatiOnline API - software developersCreated page with " == Plati Online API == This document guides the new merchants to implement PlatiOnline system modules. The document provides step-by-step implementing instructions along with code examples. Document appendixes contain useful information such as definition tables for frequently used terms in card industry, error codes, state / country codes and other information. === How to do requests to Plati Online === All the calls to/from Plati Online system use SOAP method: Eve..." current
  • 13:3813:38, 10 July 2024 diff hist +1,239 Main PageNo edit summary
  • 13:2713:27, 10 July 2024 diff hist +444 N Main PageCreated page with "Plati Online Payment System Plati.online has developed the PrestaShop 1.7 module platform Plati.online has developed the Magento 2.x module platform Plati.oline este integrat complet cu platforma GoMag.ro The PlatiOnline system only works with the TLS 1.2 security protocols; for PHP, use at least version 5.5.19; we recommend installing the latest versions of OpenSSL https://www.openssl.org/ and CURL https://curl.haxx.se/download.html"