Order/Get Web Service
POSThttps://api.systempay.fr/api-payment/V4/Order/Get
The Order/Get REST Web Service allows to find the list of transactions associated with an order reference (orderId).
The maximum number of results is 30. Beyond this number, a PSP_015 - Too many results error is returned.
See the OrderTransactions response parameters.
Input parameters
orderId
Order reference defined by the Merchant.Does not support UTF-8 characters.
Format
operationType
Type of operation.
Possible values
. The possible values are:
value | Description |
---|---|
DEBIT | Debit operation. |
CREDIT | Refund operation. |
VERIFICATION | Payment method verification operation. |
Format
Response reference
The web service returns the following object:
Response | Context |
---|---|
Object containing all the transactions associated with the transmitted order reference. |
See response reference for more information.