UNPKG

bc-payments-sdk

Version:

BetterCommerce's Payments NodeJS SDK is a complete solution for storefront clients that integrate payments. `bc-payments-sdk` is a single point interface for storefront clients for interacting with payment gateways.

8 lines (7 loc) 243 B
export declare namespace Endpoints { namespace Base { const AUTH_URL = "https://auth.bettercommerce.io"; const API_URL = "https://api20.bettercommerce.io"; const APIS_URL = "https://apis.bettercommerce.io"; } }