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) • 559 B
TypeScript
import { ClearPayEnvironment } from "./base/config/ClearPayEnvironment";
import { IPaymentIntent, IAddress, IOrderLine } from "./models";
import { Payment } from "./clearpay/Payment";
import { APIConnectionException, APIException, AuthenticationException, BaseException, InvalidRequestException } from "./base/entity";
export { ClearPayEnvironment, IPaymentIntent as PaymentIntent, IOrderLine as OrderLine, IAddress as Address, Payment };
export { APIConnectionException, APIException, AuthenticationException, BaseException, InvalidRequestException };