Mayson Monorepo Documentation
    Preparing search index...
    interface KrCard {
        brand: Stripe.Charge.PaymentMethodDetails.KrCard.Brand;
        buyer_id: string;
        last4: string;
        transaction_id: string;
    }
    Index

    Properties

    The local credit or debit card brand.

    buyer_id: string

    A unique identifier for the buyer as determined by the local payment processor.

    last4: string

    The last four digits of the card. This may not be present for American Express cards.

    transaction_id: string

    The Korean Card transaction ID associated with this payment.