absolutepay (Node SDK) - v0.7.1
    Preparing search index...

    Interface CreateGiftCardParams

    Parameters for issuing a gift card.

    interface CreateGiftCardParams {
        amount: Money;
        templateId: string;
        title: string;
    }
    Index

    Properties

    amount: Money

    Face value to load (decimal-string amount + currency). Required.

    templateId: string

    Design template id to render the card with (from GiftCards.templates). Required.

    title: string

    Display title / message on the card. Required.