Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: important note


Align
alignleft


 Request

Response




The search function of a transaction permits to obtain the details of a payment transaction whatever its state.
The getTransactionDetailsRequest message is used to search the details of a payment transaction.
The query has the following structure.

(avertissement)  You should use transactionID or   We recommend to use transactionID to identify a unique transaction. For specific case, you can use orderRef to identify the transaction, but you have to be sure, there is only one operation to do not get any error. (avertissement)

Request 


Extrait


Element

Description

Required

Format

version

Payline web services version. To be valued with the latest version: see the table of versions.

Yes

N2

transactionID

The identifier of the transaction communicated by PaylineNo

AN50

orderRefThe identifier of the order at the merchantNoAN50
startDate

Start of the period for which transactions are sought.

Format DD/MM/YYYY

NoDate
endDate

End of the period for which transactions are sought.

Format DD/MM/YYYY

NoDate
transactionHistory

This flag retrieves the list of associated payments (associatedTransactions) as well as the status history (statusHistoryList) for a given transaction.

This feature is optional. 
The possible values ​​are: 
- "Y": display of the status history and associated payments; 
- "N": absence of status history and associated payments; 
- Null or unspecified: absence of status history

NoA1
archiveSearch

True: The search in the archive database will be activated. 
False: The search in the archive database will not be activated.

NoBoolean