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

Applies a full or partial refund on a transaction associated with a gift card.

Type declaration

  • account_number: string

    Gift card track or account data

  • amount: string

    Amount to refund. Cannot exceed the gift card load amount

  • mid: string

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

Generated using TypeDoc