Arborescence des pages

 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)  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 


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 Payline.No

AN50

orderRefThe identifier of the order at the merchant.NoAN50
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