ConsentUrl
The ConsentUrl endpoint is used to generate a bank URL where users can give consent.
Currently the following banks are supported:
| Name | BankId |
|---|---|
| ABN AMRO | D22D49F5-46C1-44F7-974C-C6E2FE7C8F0E |
| ASN | 287F6BBE-44D4-4963-987B-FE2122DE5239 |
| Bunq | F3695E7A-C064-4104-821B-2B707F4A656A |
| ING | EC3E0888-36AC-4A96-AAF7-4AA744F0D5D7 |
| Knab | A0AD6E35-766B-4A7A-AECD-21F6DD5D9011 |
| Van Lanschot | 2466BD30-A9CE-4A7B-B5F4-78E69A176912 |
| Rabobank | 3D70E5AE-7FED-4789-963C-A9F9DE7CF794 |
| Regiobank | 6E2336FF-612E-4103-93B4-089D10281265 |
| SNS | F3746ABD-DF60-4185-9B53-6F4E6652458B |
| Triodos | E104CB12-F42A-444B-B65D-20FF1BD70960 |
A successful call to the ConsentUrl endpoint results in a URL where the user can be sent to give consent for a bank. After the consent has been received the user is returned to the given ReturnUrl.
Calling ConsentUrl
Endpoint: https://openbanking.invers.nl/api/v1/consents/generateUrl
Method: GET
Header: ApiKey: string (required)
X-Request-ID: string (required)
Ibans: string (optional)
Get-Parameters: ConsentCollectionId: string (required)
BankId: string (required)
ReturnUrl: string (required)
Body: empty
Errors: 400, 403 or 500