interface CompleteFundingSourceInput {
    completionData: CompleteFundingSourceCompletionDataInput;
    id: string;
    updateCardFundingSource?: boolean;
}

Properties

JSON string of the completion data to be passed back to the service.

id: string

Identifier of the provisional funding source to be completed and provisioned.

updateCardFundingSource?: boolean

flag to indicate whether to update inactive card funding sources with a new funding source when a funding source is created.