Permet d’avoir des informations sur une opération ainsi que la facture au format html.
Paramètres entrants |
Description |
Type |
Expression régulière |
Obligatoire |
trID |
Numéro de transaction |
String |
|
Oui |
API password |
Mot de passe de l’utilisateur |
String |
|
Oui |
Paramètres sortants |
Description |
Type |
Obligatoire |
trID |
Numéro de transaction |
String |
Oui |
regDate |
Date de l’opération |
String |
Oui |
amount |
Montant de l’opération |
vDouble |
Oui |
tva |
Paiement de la TVA ? |
Booleen |
Oui |
payment_mode |
Mode de paiement |
Chaîne de caractères |
Oui |
invoice_id |
Numéro de la facture |
entier |
Oui |
invoice |
Facture de l’opération |
Chaîne de caractères |
Oui |
Commande
<api>
[…]
<command>
<op_info>
<trID>N-W-JIHDKJHDKHL54578</trID>
</op_info>
</command>
</api> |
Réponse à la commande
<?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> |