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"
}
}
]
}