get specific entry
GET /api/rest/customer/v1/payments/:id
Request
Headers
Route
GET /api/rest/customer/v1/payments/076bc190-e7d9-11f0-932e-0a63caf27539
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "076bc190-e7d9-11f0-932e-0a63caf27539",
"type": "payments",
"links": {
"self": "http://example.org/api/rest/customer/v1/payments/076bc190-e7d9-11f0-932e-0a63caf27539"
},
"attributes": {
"amount": "10.0",
"notes": "notes text",
"status": "completed",
"type-name": "manual",
"created-at": "2026-01-02T12:46:16.690Z",
"balance-before-payment": "0.0",
"rolledback-at": null
},
"relationships": {
"account": {
"links": {
"self": "http://example.org/api/rest/customer/v1/payments/076bc190-e7d9-11f0-932e-0a63caf27539/relationships/account",
"related": "http://example.org/api/rest/customer/v1/payments/076bc190-e7d9-11f0-932e-0a63caf27539/account"
}
}
}
}
}