Skip to main content
Skip to main content

GiftCardTransaction

Gift Card Transactions are created once a Customer uses a Gift Card to pay for their Order.

Properties

idstringRequired
The gift card transaction's ID
gift_card_idstringRequired
The ID of the Gift Card that was used in the transaction.
gift_cardGiftCardRequired
The details of the gift card associated used in this transaction.
order_idstringRequired
The ID of the order that the gift card was used for payment.
orderOrderRequired
The details of the order that the gift card was used for payment.
amountnumberRequired
The amount that was used from the Gift Card.
created_atDateRequired
The date with timezone at which the resource was created.
is_taxablebooleanRequired
Whether the transaction is taxable or not.
tax_ratenull | numberRequired
The tax rate of the transaction
Was this section helpful?