v1
latestOpenAPI 3.1.02026-07-136388308.2 KBOpen Banking
Get payment request details
This endpoint will retrieve the details of an Open Banking Payment requestYou will need to enable PERM_BUSINESS_GET_PAYMENT_REQUEST to use this endpoint.
get/v1/paymentrequests/{paymentRequestCode}
Path parameters
paymentRequestCodestring required
The unique 8-character code identifying the payment request.
Example:1234abcd
Response
The Payment Request details object
Example response
{
"code": "1234abcd",
"type": "OTHER",
"direction": "SENT",
"status": "ACTIVE",
"currency": "GBP",
"accountName": "Sterling Account",
"amount": 1000,
"description": "test",
"myRef": "test",
"dateCreated": "2019-08-22T07:48:56.460Z",
"icanTo": 1234,
"orderDetails": {
"merchantNumber": "1234567",
"orderId": "6c28a47d-4502-4111",
"productId": "ZFDAA-1221",
"customerNumber": "123645",
"variableReference": "John Doe",
"comment1": "Additional comments about the transaction",
"comment2": "Additional comments about the transaction",
"merchantCustomerIdentification": "CustNum-303863544",
"deliveryAddressLine1": "12 The Street",
"deliveryAddressLine2": "The Way",
"deliveryCity": "London",
"deliveryPostCode": "EC15155",
"deliveryCountry": "GB"
}
}