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

Create a new gift card account and add/load funds (credit) to the 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