v1
latestOpenAPI 3.1.02026-07-136388308.2 KBOpen Banking
List details of a public payment request
This endpoint returns an object of payment request information. You will need to enable PERM_BUSINESS_GET_PUBLIC_PAYMENT_REQUEST to use this endpoint.
get/v2/paymentrequests/{paymentRequestCode}/public
Path parameters
paymentRequestCodestring required
The unique 8-character code identifying the payment request.
Example:1234abcd
Response
The Payment Request Information
Example response
{
"code": "abcdefgh",
"pisp": "FIRE",
"status": "ACTIVE",
"currency": {
"code": "EUR",
"description": "Euro"
},
"description": "test",
"dateCreated": "2024-09-12T14:55:03.857Z",
"mandatoryFields": "REFERNCE",
"sender": {
"type": "BUSINESS",
"name": "johndoe",
"businessAddress": {
"type": "BUSINESS",
"address1": "1, 1 street, Dublin",
"city": "Dublin 1",
"country": {
"code": "GB",
"description": "United Kingdom"
}
}
}
}