UNPKG

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.

7 lines (6 loc) 203 B
export declare module Endpoints { module Base { const SANDBOX_URL = "https://global-api-sandbox.afterpay.com"; const PRODUCTION_URL = "https://global-api.afterpay.com"; } }