UNPKG

connect-sdk-nodejs

Version:

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

4 lines (3 loc) 373 B
import { PaymentContext, SdkContext, SdkResponse } from "../../model"; import { CreatePayoutRequest, PayoutErrorResponse, PayoutResponse } from "../model/domain"; export declare function create(sdkContext: SdkContext): (merchantId: string, postData: CreatePayoutRequest, paymentContext?: PaymentContext | null) => Promise<SdkResponse<PayoutResponse, PayoutErrorResponse>>;