@suluk/payments - v0.1.0
    Preparing search index...

    Interface CreateSetupSessionRequest

    Create a SETUP session to vault a card without charging ("add card").

    interface CreateSetupSessionRequest {
        customerId: string;
        metadata?: Record<string, string>;
    }
    Index

    Properties

    customerId: string
    metadata?: Record<string, string>