Used to get information for an operation in Html.
Inputs |
Description |
Type |
Regular expression |
Mandatory |
trID |
A transaction identifier |
String |
|
Yes |
Outputs |
Description |
Type |
Mandatory |
trID |
Transaction number |
String |
Yes |
regDate |
Operation date |
Date |
Yes |
amount |
operation amount |
vDouble |
Yes |
tva |
VAT payment ? |
Booleen |
Yes |
payment_mode |
Payment type |
String |
Yes |
invoice_id |
Invoice number |
number |
Yes |
invoice |
Operation invoice |
String |
Yes |
Command
<api>
[…]
<command>
<op_info>
<trID>N-W-JIHDKJHDKHL54578</trID>
</op_info>
</command>
</api> |
Response
<?xml version="1.0" encoding="utf-8"?>
<api>
<response>
<trID>API-NUPVV826200210120</trID>
<result code="200">
<msg>command completed successfully</msg>
</result>
</response>
<resData>
<op_infData>
<trID>N-W-JIHDKJHDKHL54578</trID>
<regDate>2000-08-01</regDate>
<amount>14.35</amount>
<tva>True</tva>
<payment_mode>Carte Bancaire</payment_mode>
<invoice_id>000001</invoice_id>
<invoice>
<HTML><TITLE>Facture N° 000001</TITLE><BODY>SAM Namebay<BR>27, Bd des Moulins<BR>98000 MONACO
<BR>Capital social : 150 000 euros<BR><BR><FONT SIZE="3">FACTURE N° 000001</FONT>
<BR>Le lundi 01 août 2000<BR>TEST<BR>TEST<BR>CPVILLE<BR>PAYS<BR>Contact-Handle : IDTEST1
<BR><BR><TABLE BORDER="0" ALIGN="center"><TR BGCOLOR="#002A7E"><TD ALIGN="center">
<FONT COLOR="#FFFFFF"><B>Description</B></FONT></TD><TD ALIGN="center"><FONT>
<B>Periode (an)</B></FONT></TD><TD ALIGN="center"><FONT COLOR="#FFFFFF">
<B>PU HT</B></FONT></TD><TD ALIGN="center"><FONT COLOR="#FFFFFF">
<B>Total HT</B></FONT></TD></TR><TR><TD><B>Demande de transfert de noms de domaine </B></TD>
<TD ALIGN="center">1</TD><TD ALIGN="center">12</TD><TD ALIGN="center">12.00 Euros</TD>
</TR><TR><TD COLSPAN="5"><I>domain.com</I></TD></TR>
<TR><TD COLSPAN="4" ALIGN="center"><HR></TD></TR>
<TR><TD COLSPAN="2" ALIGN="center"> </TD><TD>Total HT :
</TD><TD>12.00 Euros</TR><TR><TD COLSPAN="2" ALIGN="center">
</TD><TD>Total TVA : </TD><TD>2.35 Euros</TD></TR><TR>
<TD COLSPAN="2" ALIGN="center"> </TD><TD>Total TTC : </TD>
<TD>14.35 Euros</TD></TR><TR><TD COLSPAN="4"> </TD></TR>
<TR><TD COLSPAN="4" ALIGN="center"><I>Siret : 741 G 08913 -APE : 741 G -Numéro de TVA Intracommunautaire : FR 36000052679</I>
</TD></TR></TABLE></BODY></HTML>
</invoice>
</op_infData>
</resData>
</api> |