Mayson Monorepo Documentation
    Preparing search index...
    interface TransactionCreateUnlinkedRefundParams {
        amount: number;
        card: string;
        currency?: string;
        expand?: string[];
        merchant_data?: Stripe.TestHelpers.Issuing.TransactionCreateUnlinkedRefundParams.MerchantData;
        purchase_details?: Stripe.TestHelpers.Issuing.TransactionCreateUnlinkedRefundParams.PurchaseDetails;
    }
    Index

    Properties

    amount: number

    The total amount to attempt to refund. This amount is in the provided currency, or defaults to the cards currency, and in the smallest currency unit.

    card: string

    Card associated with this unlinked refund transaction.

    currency?: string

    The currency of the unlinked refund. If not provided, defaults to the currency of the card. Three-letter ISO currency code, in lowercase. Must be a supported currency.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    Details about the seller (grocery store, e-commerce website, etc.) where the card authorization happened.

    Additional purchase information that is optionally provided by the merchant.