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
Use following snippet to initialize the SDK:
Uses the access secret or OAuth for server-to-server communication.
ElavonEnvironment.initServer("<merchantId>", "<merchantUserId>", "<merchantPIN>", "<vendorId>", [useSandbox: boolean]);