v1
latestOpenAPI 3.1.02026-07-26290133.2 KBGet Payment By Id
Gets payment details by id
get/open-banking/payment/{id}
Path parameters
idstring required
UUID of the transaction. (e.g.4cc1cc9a-788e-4241-90c0-4b4b6481031c)
Response
200
Example response
{
"id": "392ddcb3-c460-4a9c-8698-6ed0f416e614",
"amount": {
"value": 1,
"currency": "GBP"
},
"status": "COMPLETED",
"paymentReference": "openbankingref",
"beneficiary": {
"name": "open banking",
"sortCode": "040510",
"accountNumber": "11063712"
},
"uri": "https://pay-mock-connect-sandbox.com/",
"clientRedirectUrl": "https://test.com/open-banking#successful-payment",
"expiry": "2022-11-08T17:02:11.885905"
}