GiftCardDeactivate: {
    account_number: string;
    mid: string;
}

Deactivate gift card. This should be done when a card is lost, stolen or demagnetized in order to stop unauthorized use.

Type declaration

  • account_number: string

    Gift card track or account data

  • mid: string

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

Generated using TypeDoc