Mayson Monorepo Documentation
    Preparing search index...

    Interface CustomerCreateFundingInstructionsParams

    interface CustomerCreateFundingInstructionsParams {
        bank_transfer: Stripe.CustomerCreateFundingInstructionsParams.BankTransfer;
        currency: string;
        funding_type: "bank_transfer";
        expand?: string[];
    }
    Index

    Properties

    Additional parameters for bank_transfer funding types

    currency: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

    funding_type: "bank_transfer"

    The funding_type to get the instructions for.

    expand?: string[]

    Specifies which fields in the response should be expanded.