support
Back to documentation
Search
Categories
Tags
main parametersexpand all
orderId
required
operationType
Try me
Documentation

Web service Order/Get

POSThttps://api.systempay.fr/api-payment/V4/Order/Get

The Order/Get REST web service allows you to retrieve the list of transactions associated with an order reference (orderId). The maximum number of results is 30. Beyond that, a PSP_015 - Too many results error is returned.

This operation returns a Transaction object for each identified transaction.

Request 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
OrderTransactions Object containing all the transactions associated with the transmitted order reference.

See response reference for more information.