Socket
Book a DemoInstallSign in
Socket

@fern-api/brex

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fern-api/brex

[![npm shield](https://img.shields.io/npm/v/@fern-api/brex)](https://www.npmjs.com/package/@fern-api/brex)

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
3
Created
Source

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

FAQs

Package last updated on 18 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts