5.0.0 • Published 1 month ago

xendit-node v5.0.0

Weekly downloads
1,512
License
-
Repository
github
Last release
1 month ago

Xendit Node SDK

Xendit Node SDK

The official Xendit Node SDK provides a simple and convenient way to call Xendit's REST API in applications written in Node.

  • Package version: 5.0.0

Getting Started

Installation

Requirements

Node 18.0 and later.

Install with npm

npm install xendit-node@latest --save

TypeScript support is included in this package.

Authorization

The SDK needs to be instantiated using your secret API key obtained from the Xendit Dashboard. You can sign up for a free Dashboard account here.

import { Xendit } from 'xendit-node';

const xenditClient = new Xendit({
  secretKey: SECRET_API_KEY,
})

Custom Xendit URL

By default, the SDK will use the Xendit production URL (https://api.xendit.co) to make API requests. If you need to override the default Xendit URL, you can pass in a custom URL to the Xendit constructor.

const xenditClient = new Xendit({
  secretKey: SECRET_API_KEY,
  xenditURL: 'https://mock-server.localhost:3000',
})

Documentation

Find detailed API information and examples for each of our product’s by clicking the links below,

Further Reading

5.0.0

1 month ago

4.3.0

2 months ago

4.2.0

3 months ago

4.1.0

5 months ago

3.4.0

7 months ago

3.6.0

6 months ago

4.0.0

5 months ago

3.7.0

6 months ago

3.5.0

6 months ago

3.2.0

8 months ago

3.0.0

8 months ago

1.21.14

11 months ago

1.21.15

11 months ago

1.21.16

10 months ago

3.0.0-beta.1

8 months ago

3.0.0-beta.0

8 months ago

3.0.0-beta.2

8 months ago

1.22.0

9 months ago

3.3.0

7 months ago

3.1.0

8 months ago

1.21.11

1 year ago

1.21.8

2 years ago

1.21.9

2 years ago

1.21.7

2 years ago

1.21.10

2 years ago

1.21.6

2 years ago

1.21.4

2 years ago

1.21.5

2 years ago

1.21.3

2 years ago

1.21.2

2 years ago

1.21.0

2 years ago

1.21.1

2 years ago

1.19.4

2 years ago

1.19.3

2 years ago

1.19.2

2 years ago

1.19.1

2 years ago

1.19.8

2 years ago

1.19.7

2 years ago

1.19.6

2 years ago

1.19.5

2 years ago

1.19.9

2 years ago

1.20.1

2 years ago

1.19.0

2 years ago

1.18.0

3 years ago

1.17.0

3 years ago

1.16.1

3 years ago

1.16.0

3 years ago

1.15.0

3 years ago

1.14.0

3 years ago

1.13.0

3 years ago

1.12.2

3 years ago

1.12.1

3 years ago

1.12.0

3 years ago

1.10.0

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago