Anchor to StoreCreditAccountDebitRevertTransactionStore
objectStore Credit Account Debit Revert Transaction
Requires access scope.
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.
Anchor to FieldsFields
- Anchor to accountaccount•Store
Credit Account!non-null The store credit account that the transaction belongs to.
- Anchor to amountamount•Money
V2!non-null The amount of the transaction.
- Anchor to balanceAfterTransactionbalance•Money
After Transaction V2!non-null The balance of the account after the transaction.
- Anchor to createdAtcreated•Date
At Time!non-null The date and time when the transaction was created.
- Anchor to debitTransactiondebit•Store
Transaction Credit Account Debit Transaction!non-null The reverted debit transaction.
- •ID!non-null
A globally-unique ID.
Was this section helpful?