UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API

4 lines (3 loc) 226 B
import { PaymentContext, SdkCallback } from "../model"; declare const getThirdPartyStatus: (merchantId: string, paymentId: string, paymentContext: PaymentContext | null, cb: SdkCallback) => void; export = getThirdPartyStatus;