@Auke-Grey-Swan#144542 you need to get your IDs by making API calls:
- {user_id}: GET /user/
- {monetary_account_id}: GET /user/{user_id}/monetary-account
- you'll also need a customer statement ID: GET /user/{user_id}/monetary-account/{monetary_account_id}/customer-statement
The easiest way to do it is by using our Postman collection: https://github.com/bunq/postman
Use these requests to get the IDs you need for the request:
- Get user info
- List monetary accounts (save the ID of the account you want to read/create a statement for)
- List customer statements (save the ID of the statement you want to fetch data from)
You need to create a customer statement first. You can do it in the app or in Postman using Create a customer statement. You'll need to specify the start and end date in the request body. Here's an example:
