bc-checkout-sdk
Version:
BetterCommerce's Checkout NodeJS SDK enables BC client applications to integrate with Checkout merchant API system. It publishes an interface to interact with [Checkout API](https://api-reference.checkout.com/#operation/getPaymentDetails/) endpoints.
13 lines (12 loc) • 403 B
TypeScript
export declare module Endpoints {
module Base {
module Auth {
const SANDBOX_URL = "https://access.sandbox.checkout.com";
const PRODUCTION_URL = "https://access.checkout.com";
}
module Api {
const SANDBOX_URL = "https://api.sandbox.checkout.com";
const PRODUCTION_URL = "https://api.checkout.com";
}
}
}