Store Credit Account Transaction Origin
The origin of a store credit account transaction.
Anchor to Possible typesPossible types
- •OBJECT
A payment transaction within an order context.
- Anchor to createdAtcreated•Date
At Time! non-nullPre-auth accessible The date and time when the transaction was created.
- Anchor to giftCardDetailsgift•Gift
Card Details Card Details The gift card details for the transaction.
- •ID!non-nullPre-auth accessible
A globally-unique ID.
- Anchor to kindkind•Order
Transaction Kind The kind of the transaction.
- Anchor to orderorder•Order
The associated order for the transaction.
- Anchor to paymentDetailspayment•Payment
Details Details The payment details for the transaction.
- Anchor to paymentIconpayment•Payment
Icon Icon Image The payment icon to display for the transaction.
- Anchor to processedAtprocessed•Date
At Time The date and time when the transaction was processed.
- Anchor to statusstatus•Order
Transaction Status The status of the transaction.
- Anchor to transactionAmounttransaction•Money
Amount Bag! non-nullPre-auth accessible The amount and currency of the transaction in shop and presentment currencies.
- Anchor to transactionParentIdtransaction•String
Parent Id The ID of the parent transaction.
- Anchor to typetype•Order
Transaction Type! non-nullPre-auth accessible The type of the transaction.
- Anchor to typeDetailstype•Transaction
Details Type Details The details of the transaction type.
Anchor to Fields with this unionFields with this union
- •OBJECT
A credit transaction which increases the store credit account balance.
- Anchor to StoreCreditAccountDebitRevertTransaction.originStore•OBJECT
Credit Account Debit Revert Transaction. origin A debit revert transaction which increases the store credit account balance. Debit revert transactions are created automatically when a store credit account debit transaction is reverted.
Store credit account debit transactions are reverted when an order is cancelled, refunded or in the event of a payment failure at checkout. The amount added to the balance is equal to the amount reverted on the original credit.
- •OBJECT
A debit transaction which decreases the store credit account balance.
- Anchor to StoreCreditAccountExpirationTransaction.originStore•OBJECT
Credit Account Expiration Transaction. origin An expiration transaction which decreases the store credit account balance. Expiration transactions are created automatically when a store credit account credit transaction expires.
The amount subtracted from the balance is equal to the remaining amount of the credit transaction.
- •INTERFACE
Interface for a store credit account transaction.