Node SDK
Overview
This Node SDK provides access to Moov’s API from applications written in server-side JavaScript. Use this library to reduce the lines of code needed interact with our platform, saving time and allowing you to move money faster.
Installation
You can download and install the Node SDK from npm.
|
|
Then import it into your project.
|
|
Moov
Initializes a new instance of the Moov API client.
|
|
Parameters
Name | Type | Description |
---|---|---|
credentials | object |
API key credentials |
credentials.accountID | string |
Facilitator account ID |
credentials.publicKey | string |
Public key value from API key |
credentials.secretKey | string |
Secret key value from API key |
credentials.domain | string |
One of the domains from API key |
gotOptionsOrInstance | object |
Customized Got options or instance. See docs. |
Get the information for the credentials
parameter from the Moov
Dashboard.
Moov uses the Got HTTP client
library. If you need to access or customize the request-response pipeline,
then provide customized options or an instance in the gotOptionsOrInstance
parameter.
Examples
|
|
Accounts
|
|
Read more on accounts in the Moov Node SDK.
Gets the Accounts API.
Examples
|
|
Avatars
|
|
Read more on avatars in the Moov Node SDK.
Gets the Avatars API.
Examples
|
|
BankAccounts
|
|
Read more on bankAccounts in the Moov Node SDK.
Gets the Bank Accounts API.
Examples
|
|
Capabilities
|
|
Read more on capabilities in the Moov Node SDK.
Gets the Capabilities API.
Examples
|
|
Cards
|
|
Read more on cards in the Moov Node SDK.
Gets the Cards API.
Examples
|
|
EnrichedAddresses
|
|
Read more on enrichedAddresses in the Moov Node SDK.
Gets the Enriched Address API.
Examples
|
|
EnrichedProfiles
|
|
Read more on enrichedProfiles in the Moov Node SDK.
Gets the Enriched Profile API.
Examples
|
|
PaymentMethods
|
|
Read more on paymentMethods in the Moov Node SDK.
Gets the Payment Methods API.
Examples
|
|
Institutions
|
|
Read more on institutions in the Moov Node SDK.
Gets the Institutions API.
Examples
|
|
Representatives
|
|
Read more on representatives in the Moov Node SDK.
Gets the Representatives API.
Examples
|
|
Transfers
|
|
Read more on transfers in the Moov Node SDK.
Gets the Transfers API.
Examples
|
|
Wallets
|
|
Read more on wallets in the Moov Node SDK.
Gets the Wallets API.
Examples
|
|