Mayson Monorepo Documentation
    Preparing search index...

    Interface EphemeralKeyCreateParams

    interface EphemeralKeyCreateParams {
        customer?: string;
        expand?: string[];
        issuing_card?: string;
        nonce?: string;
        verification_session?: string;
    }
    Index

    Properties

    customer?: string

    The ID of the Customer you'd like to modify using the resulting ephemeral key.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    issuing_card?: string

    The ID of the Issuing Card you'd like to access using the resulting ephemeral key.

    nonce?: string

    A single-use token, created by Stripe.js, used for creating ephemeral keys for Issuing Cards without exchanging sensitive information.

    verification_session?: string

    The ID of the Identity VerificationSession you'd like to access using the resulting ephemeral key