Variable Recurring Payments
Get VRP consent.
Returns information about a given Variable Recurring Payment consent.
get/vrp-consents/{consentId}
Path parameters
consentIdstring required
Vrp consent id
Response
OK
Example response
{
"aspspId": "H100000001",
"destination": {
"id": "A1100001",
"accountNumber": "12345678",
"sortCode": "000000",
"name": "Test"
},
"reference": "Invoice ABC123",
"validFromDate": "2022-01-31T20:16:01.90Z",
"validToDate": "2022-07-31T20:16:01.90Z",
"ultimateCreditor": {
"postalAddress": {
"country": "GB"
}
},
"ultimateDebtor": {
"postalAddress": {
"country": "GB"
}
},
"risk": {
"deliveryAddress": {
"country": "GB"
}
}
}