UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API

4 lines (3 loc) 341 B
import { PaymentContext, SdkContext, SdkResponse } from "../../model"; import { ErrorResponse, PaymentResponse } from "../model/domain"; export declare function processchallenged(sdkContext: SdkContext): (merchantId: string, paymentId: string, paymentContext?: PaymentContext | null) => Promise<SdkResponse<PaymentResponse, ErrorResponse>>;