GiftCardLoad: {
    account_number: string;
    amount: string;
    mid: string;
}

Add/load funds (credit) to an existing gift card.

Type declaration

  • account_number: string

    Gift card track or account data

  • amount: string

    Amount to load on the gift card.

  • mid: string

    The merchant account id assigned by the service provider that will process the gift card

Generated using TypeDoc