Skip to main content
Anchor to StoreCreditSystemEvent

StoreCreditSystemEvent

enum

The event that caused the store credit account transaction.

An adjustment was made to the store credit account.

Store credit was returned when an authorized payment was voided.

Store credit was used as payment for an order.

Store credit was refunded from an order.

A store credit payment was reverted due to another payment method failing.

A smaller amount of store credit was captured than was originally authorized.

Tax finalization affected the store credit payment.


Was this section helpful?

•OBJECT

A credit transaction which increases the store credit account balance.

•OBJECT

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.

•OBJECT

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.


Was this section helpful?