plaid / plaid-openapi

API version 2020-09-14
https://plaid.com/docs
91 stars 39 forks source link

Certain error types missing #170

Closed stevezhu closed 3 months ago

stevezhu commented 3 months ago

Is this repo up to date?

It seems like some of the errors types such as the following aren't defined. These are the ones I've noticed: https://plaid.com/docs/errors/virtual-account/ https://plaid.com/docs/errors/transactions/ https://plaid.com/docs/errors/transfer/ https://plaid.com/docs/errors/sandbox/ https://plaid.com/docs/errors/partner/

Only these are defined currently:

    PlaidErrorType:
      title: PlaidErrorType
      type: string
      description: A broad categorization of the error. Safe for programmatic use.
      enum:
      - INVALID_REQUEST
      - INVALID_RESULT
      - INVALID_INPUT
      - INSTITUTION_ERROR
      - RATE_LIMIT_EXCEEDED
      - API_ERROR
      - ITEM_ERROR
      - ASSET_REPORT_ERROR
      - RECAPTCHA_ERROR
      - OAUTH_ERROR
      - PAYMENT_ERROR
      - BANK_TRANSFER_ERROR
      - INCOME_VERIFICATION_ERROR
      - MICRODEPOSITS_ERROR

At least the following are missing:

phoenixy1 commented 3 months ago

Thanks for reporting this! I've submitted a PR to fix this upstream, so this should be fixed in the next release of the openapi file.

stevezhu commented 3 months ago

Thanks for reporting this! I've submitted a PR to fix this upstream, so this should be fixed in the next release of the openapi file.

Great! Thank you

stevezhu commented 2 months ago

@phoenixy1 Hello, just checking in, do you know when these changes might be updated in this repo?