UNPKG

connect-sdk-nodejs

Version:

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

5 lines (4 loc) 295 B
import { PaymentContext, SdkCallback } from "../model"; import { RefundRequest } from "../model/domain/refund"; declare const refundPayment: (merchantId: string, paymentId: string, postData: RefundRequest, paymentContext: PaymentContext | null, cb: SdkCallback) => void; export = refundPayment;