API Documentation
POST /accounts
Add an Account to a Person.
Headers
| NAME |
VALUE |
| Content-Type |
application/json |
| Authorization |
Bearer {token} |
Request
| KEY |
REQUIRED |
COMMENT |
| person_id |
Yes |
Int. The ID of a person created via POST /persons |
| consent |
No |
Deprecated. Use ConsumerConsent instead. |
| bank |
Yes |
String. The id of the bank. We provide you with the unique ID for each bank. |
| redirect_uri |
No |
String. A valid http(s) page where the consumer will land at the end of the opt-in process. |
Response
| NAME |
VALUE |
| url |
String. Data source webpage URL to verify bank account ownership and opt-in. |
Status Code
| CODE |
COMMENT |
| 201 |
Request OK, account created. |
| 400 |
Input data not correct. |
| 401 |
User not authorized. |