Alex
Alex
@viceroypenguin OK, so it sounds like the request is that the descriptions should be formatted like they are for ACHClass, in order to make it easier to parse them? AccountSubtype...
AccountSubtypes: These are defined in the members of the StandaloneAccountType schema object, is there anything useful you can do with that? (We created this object as a slight abuse of...
@viceroypenguin hmm...is it important for these to be separate enums? generally we've been separating stuff out into separate objects it's reused somewhere but doing them as one-offs if it's not....
@viceroypenguin we are considering removing enums from the openapi file altogether because we consider enums extensible but it turns out that the openapi spec does not support extensible enums. We...
This is intentional for the second one -- we sometimes do this because it in different contexts the same field needs a different description and there isn't a good way...
Thanks for the feedback! Unfortunately this is something we're not likely to add, as it doesn't appear to be supported by the version of OpenAPI generator we use for python....
So, there is a design tradeoff in the SDK between accepting data that might be invalid and providing flexibility -- we do have a design goal of not requiring people...
It sounds like the app's backend call to `/link/token/create` might have failed -- can you verify that you successfully created a link token? You should be able to check your...
Also, make sure the .env.example file is renamed to .env. I'm going to close this out since it's a bit old -- if anyone else is seeing the same issue,...
There is not a way to keep the initial transaction pull from being broken into two parts (historical and initial). If you don't want to wait for the webhook, I...