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.

6 lines (5 loc) 239 B
import { IAddress } from "./IAddress"; import { IConsumer } from "./IConsumer"; import { IOrderLine } from "./IOrderLine"; import { IPaymentIntent } from "./IPaymentIntent"; export { IAddress, IConsumer, IOrderLine, IPaymentIntent };