Mayson Monorepo Documentation
    Preparing search index...

    Interface PaymentIntentRetrieveParams

    interface PaymentIntentRetrieveParams {
        client_secret?: string;
        expand?: string[];
    }
    Index

    Properties

    client_secret?: string

    The client secret of the PaymentIntent. We require it if you use a publishable key to retrieve the source.

    expand?: string[]

    Specifies which fields in the response should be expanded.