PlatiOnline API - software developers

From PlatiOnline.EU
Revision as of 22:16, 14 March 2014 by PlatiOnline (talk | contribs) (Created page with "== Plati Online API === Acest document ghideaza comerciantii noi in procesul de implementare a modulelor sistemului PO. Documentul ofera instructiuni de implementare pas cu pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Plati Online API =

Acest document ghideaza comerciantii noi in procesul de implementare a modulelor sistemului PO. Documentul ofera instructiuni de implementare pas cu pas asociate cu exemple de cod. Anexele documentului contin informatii utile cum ar fi tabele cu definitii ale termenilor utilizati des in industria cardurilor, codurile de eroare, codurile de judet si tara, alte informatii.


How to do requests to Plati Online =

All the calls to/from Plati Online system use HTTP methods:

  • POST
  • GET
  • SOAP


Every HTTP request between Plati Online system and the merchants servers are done using this fields:

  • F_MESSAGE

this field contain an XML encrypted with AES algorithm. For every call you/we have to generate a new AES key an random 32 length alphanumeric.

  • F_CRYPT_MESSAGE

this field contain the AES key encrypted using the RSA algorithm.

Merchants security keys =

Cheile de securitete se utlizeaza pentru a identifica in mod unic tipul tranzactiei, suma, moneda si comerciantul in numele caruia se face tranzactia.

Cum se obtin Cheile de securitate =

Payment Authorization

the autorization proccess is splited into 3 different steps Merchants will build and Authorization XML named XML_Message request based on Plati Online version.

Plati Online version 5.0

Authorization XML_Message XML validation schema