SynapseFI / SynapseNode

Node.js Client Library for SynapseFI REST V3.1 API | https://docs.synapsefi.com
MIT License
13 stars 36 forks source link

Verification API calls are missing #47

Closed dguo closed 3 years ago

dguo commented 4 years ago

It would be nice if this library could support the verify address and verify routing number requests.

jenstroeger commented 3 years ago

@thewalrusmaximus and @jasonto1, who would own change requests like this one?

jasonto1 commented 3 years ago

They've both been added: https://github.com/SynapseFI/SynapseNode/blob/f833e8159cfb23a9c667f455abddce01d56026dc/src/lib/Client.js#L211-L222

and https://github.com/SynapseFI/SynapseNode/blob/f833e8159cfb23a9c667f455abddce01d56026dc/src/lib/Client.js#L225-L232

jenstroeger commented 3 years ago

@dguo, if this is what you’re looking for then please feel free to close this issue.

dguo commented 3 years ago

Thanks!