Type alias GiftCardProcessSaleResponse

GiftCardProcessSaleResponse: {
    amount_approved: string;
    authcode: string;
    balance: string;
    code: string;
    message: string;
    status: string;
    transaction_date: string;
    transaction_id: string;
}

Type declaration

  • amount_approved: string

    Total amount processed by the host

  • authcode: string

    The host authorization code

  • balance: string

    Remaining balance on gift card

  • code: string

    The payment gateway response code. See Payment Response Codes for code descriptions.

  • message: string

    Message associated with the response code.

  • status: string

    The status of the transaction. Possible response values are 'approved', 'declined' and 'error'.

  • transaction_date: string

    The date and time the host processed the transaction

  • transaction_id: string

    The payment gateway assigned transaction identifier

Generated using TypeDoc