MasonChaseRookie
- Edited
Hi everyone,
I'm getting below error code in sandbox or production mode after user authorized
our test/production app by QR barcode scanning,
Response id to help bunq debug: 534ccd33-fa4e-4976-8dd8-fc3b2a391227.
Error message: The item you requested could not be found.
after getting "access_token" from "/v1/token", we create ApiContext:
Below is the code in C#
apiContext = ApiContext.Create(ApiEnvironmentType.SANDBOX, access_token, DeviceDescription);
BunqContext.LoadApiContext(apiContext);
var statement = CustomerStatementExport.Create(
"CSV",
DateTime.Now.AddDays(-3).ToString("yyyy-MM-dd"),
DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd"),
null,
"UK_US"
);
```
And the response is :
Response id to help bunq debug: cab70137-8e37-4cfc-bf0b-f2e977296c8b.
Error message: The item you requested could not be found.