UNPKG

@paybyrd/card-collect

Version:

Paybyrd's tool to aid in the creation of credit card info collect forms

4 lines (3 loc) 326 B
import { CardCollectProps, CardCollectResponse } from '../types/types'; declare const handleCardCollectV2: ({ onCardCollectFrameLoaded, onFieldChange, onDCCData, pciFieldsBasePath, dccUrl, validateOnFrame, i18nMessages, displayErrors, css, env }?: CardCollectProps) => CardCollectResponse; export default handleCardCollectV2;