UNPKG

mpp-sdk

Version:

SDK to talk to the Memento Payments Platform

10 lines (9 loc) 283 B
import { FundingSourceSensitiveDetailsIFrame } from "../types"; export declare const getSensitiveDetailsIframeContent: (iframe: FundingSourceSensitiveDetailsIFrame) => Promise<{ headers: any; data: string; status: { code: number; text: string; }; }>;