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.

5 lines (4 loc) 210 B
import { BaseException } from "./BaseException"; export declare class APIException extends BaseException { constructor(httpResponseCode: any, status: string, errorCode: string, errorMessage: string); }