Retrieving transaction details
In order to retrieve transaction details, make a call to the Transaction/Get Web Service.
POSThttps://api.systempay.fr/api-payment/V4/Transaction/Get
Use the fields below to build your request:
Field name | Description | Required |
---|---|---|
uuid | Unique transaction identifier generated by the payment gateway. | Yes |
Example of a request:
POST https://api.systempay.fr/api-payment/V4/Transaction/Get
{ "uuid": "a0b61d1e159748eaab876cfe342e8c08" }
The Web Service returns a Transaction object containing the payment details.
In order to obtain more information on the contents of the Transaction object, test the Transaction/Get Web Service using our playground.