bc-clearpay-sdk
Version:
BetterCommerce's ClearPay NodeJS SDK enables BC client applications to integrate with ClearPay merchant API system. It publishes an interface to interact with [ClearPay API v2](https://developers.clearpay.co.uk/clearpay-online/reference) endpoints.
13 lines (12 loc) • 453 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Endpoints = void 0;
var Endpoints;
(function (Endpoints) {
let Base;
(function (Base) {
Base.SANDBOX_URL = "https://global-api-sandbox.afterpay.com";
Base.PRODUCTION_URL = "https://global-api.afterpay.com";
})(Base = Endpoints.Base || (Endpoints.Base = {}));
;
})(Endpoints = exports.Endpoints || (exports.Endpoints = {}));