0.0.0-canary.2 • Published 5 months ago

bc-elavon-sdk v0.0.0-canary.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

BetterCommerce Elavon NodeJS SDK

BetterCommerce's Elavon NodeJS SDK enables BC client applications to integrate with Elavon merchant API system. It publishes an interface to interact with Elavon API endpoints.

Use below command for package installation:

npm install @better-commerce/bc-elavon-sdk

Architecture Diagram

Architecture Diagram

SDK Initialization

Use following snippet to initialize the SDK:

Server-to-server Authentication

Uses the access secret or OAuth for server-to-server communication.

ElavonEnvironment.initServer("<merchantId>", "<merchantUserId>", "<merchantPIN>", "<vendorId>", [useSandbox: boolean]);
0.0.0-canary.2

5 months ago

0.0.0-canary.1

6 months ago