Description
The Variable Recurring Payments API Profile describes the flows and common functionality for setting up VRP Consents and subsequently creating one or more payment orders that meet the limitations set by the VRP Consent.
The functionality includes the ability to:
Stage a VRP Consent.
Optionally confirm available funds for a VRP of a specified amount
Subsequently submit the VRP for processing.
Optionally retrieve the status of VRP Consents and VRPs.
Documentation
- Contents
Check on the OpenAPI Documentation carefully to understand the required request and structure.
- Security
Remember to retrieve the credentials of your App in "My Apps" checking on the Consumer Key and Consumer Secret.
Error Format
All OpenBanking APIs throw errors in following JSON format:
{"Id": "123",
"Code": "123",
"Message":"Message example",
"Description": "Description of error",
"Errors":[
{
"ErrorCode":"AC17",
"Message":"Message Example",
"Path":"/accounts",
"Url":"url.example.com"
}]
}
OpenAPI specification
