v1

latestOpenAPI 3.1.0Payrails GmbH2026-07-2614905.7 MB
Payments

Get Payment Operations by Payment ID

Find a payment operation from a given paymentID.

get/payment/payments/{paymentId}/operations

Path parameters

paymentIdstring uuid required

Identifier of the resource in Payrails.

Query parameters

includeLatencyboolean

Include latency in the response.

includeLogsboolean

Include operation logs in the response.

Response

Success.

Example response

{
  "results": [
    {
      "amount": {
        "value": "12.50",
        "currency": "EUR"
      }
    }
  ]
}