March 7, 2022

Node API client library! (beta)

We're excited to release our first API client in Node.js. Using our client, you can execute a wide range of common operations including:

  1. Listing cards and transactions with auto-pagination
  2. Automatic retries with a short exponential backoff
  3. Creating cards and accounts
  4. Adding funding sources

Documentation for each method, request param, and response field are available in docstrings and will appear on hover in most modern editors.

To start building with our client, visit our GitHub page or take a look at our NPM package.

As with any beta product, you may encounter bugs. Please report any bug or issue you find to [email protected]. We’ll be monitoring performance closely and incorporating your feedback, so any questions or suggestions you send us will be really appreciated.