@fern-api/brex
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Brex Payments Node Library

npm shield

Make payments, reporting, and more work like magic with the Brex API and no-code platforms

Documentation

API documentation is available at https://developer.brex.com/docs/.

Installation

npm install brex
yarn add brex

Getting started

Grab a token and instantiate a client:

const brex = new BrexPaymentsApi.Client({
  _token: "ey3190289013890..."
});

Making a request

const response = await brex.transfer.getTransfersById({
  id: "123456789"
});

Beta status

This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning the package version to a specific version in your package.json file. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.

Issues

Feel free to leave an issue on this repo.

Support

Join our Developer Slack channel

Readme

Keywords

none

Package Sidebar

Install

npm i @fern-api/brex

Weekly Downloads

2

Version

0.0.4

License

none

Unpacked Size

2.4 kB

Total Files

2

Last publish

Collaborators

  • dsinghvi77
  • dsheridan