Store Credit Account Transaction Origin
The origin of a store credit account transaction.
Anchor to Possible typesPossible types
- •OBJECT
The
object represents a payment transaction that's associated with an order. An order transaction is a specific action or event that happens within the context of an order, such as a customer paying for a purchase or receiving a refund, or other payment-related activity.
Use the
object to capture the complete lifecycle of a payment, from initial authorization to final settlement, including refunds and currency exchanges. Common use cases for using the
object include:
- Processing new payments for orders
- Managing payment authorizations and captures
- Processing refunds for returned items
- Tracking payment status and errors
- Managing multi-currency transactions
- Handling payment gateway integrations
Each
object has a
kind
that defines the type of transaction and astatus
that indicates the current state of the transaction. The object stores detailed information about payment methods, gateway processing, and settlement details.Learn more about payment processing and payment gateway integrations.
Anchor to Fields with this unionFields with this union
- •OBJECT
The origin of the store credit account transaction.
- Anchor to StoreCreditAccountDebitRevertTransaction.originStore•OBJECT
Credit Account Debit Revert Transaction.origin The origin of the store credit account transaction.
- •OBJECT
The origin of the store credit account transaction.
- Anchor to StoreCreditAccountExpirationTransaction.originStore•OBJECT
Credit Account Expiration Transaction.origin The origin of the store credit account transaction.
- •INTERFACE
The origin of the store credit account transaction.