Variable Recurring Payments
Create a VRP consent
Create a Variable Recurring Payment (VRP) consent for authorisation by the payment service user. The consent can then be used to initiate one or more payments within the payment constraints specified.
post/vrp-consents
Request body
Example request
{
"aspspId": "H100000001",
"destination": {
"id": "A1100001",
"accountNumber": "12345678",
"sortCode": "000000",
"name": "Test"
},
"validFromDate": "2022-01-31T20:16:01.90Z",
"validToDate": "2022-07-31T20:16:01.90Z",
"reference": "Invoice ABC123",
"ultimateCreditor": {
"postalAddress": {
"country": "GB"
}
},
"ultimateDebtor": {
"postalAddress": {
"country": "GB"
}
},
"risk": {
"deliveryAddress": {
"country": "GB"
}
}
}Response
Created
Example response
{
"vrpConsentInitiationId": "E210000004",
"redirectUrl": "https://www.bankofmoney.com/authorize"
}