We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. We've started working with moov SDK and seems that there are some fields specified in the API doc that don't exist in the SDK typing
example: api doc for Retrieve Transfer: https://docs.moov.io/api/money-movement/transfers/get/ says that theres a field called "failureReason" but typing doesn't have it: https://github.com/moovfinancial/moov-node/blob/main/lib/types/transfers.d.ts#L497
there are many other fields in the same situation:
and many others.
Is there any plan to update the SDK?
should we be using the regular api with some other rest lib instead? thanks ^^
The text was updated successfully, but these errors were encountered:
i want to add on to this for micro deposits, the API docs say that for PUT complete micro deposits, we should get
{ status: "verified" }
yet the corresponding SDK function returns a void
Sorry, something went wrong.
No branches or pull requests
Hello. We've started working with moov SDK and seems that there are some fields specified in the API doc that don't exist in the SDK typing
example:
api doc for Retrieve Transfer: https://docs.moov.io/api/money-movement/transfers/get/
says that theres a field called "failureReason"
but typing doesn't have it: https://github.com/moovfinancial/moov-node/blob/main/lib/types/transfers.d.ts#L497
there are many other fields in the same situation:
and many others.
Is there any plan to update the SDK?
should we be using the regular api with some other rest lib instead? thanks ^^
The text was updated successfully, but these errors were encountered: