UNPKG

bc-elavon-sdk

Version:

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](https://developer.elavon.com/products/checkout-js/v1/api-reference/) endpoints.

13 lines (12 loc) 356 B
export declare namespace Endpoints { namespace Base { namespace Auth { const SANDBOX_URL = ""; const PRODUCTION_URL = ""; } namespace Api { const SANDBOX_URL = "https://api.demo.convergepay.com"; const PRODUCTION_URL = "https://api.convergepay.com"; } } }