Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderTransactionKind
The different kinds of order transactions.
Signature:
export declare enum OrderTransactionKind
Member | Value | Description |
---|---|---|
Authorization | "AUTHORIZATION" |
An amount reserved against the cardholder’s funding source. Money does not change hands until the authorization is captured. |
Capture | "CAPTURE" |
A transfer of the money that was reserved by an authorization. |
Change | "CHANGE" |
The money returned to the customer when they’ve paid too much during a cash transaction. |
EmvAuthorization | "EMV_AUTHORIZATION" |
An authorization for a payment taken with an EMV credit card reader. |
Refund | "REFUND" |
A partial or full return of captured funds to the cardholder. A refund can happen only after a capture is processed. |
Sale | "SALE" |
An authorization and capture performed together in a single step. |
SuggestedRefund | "SUGGESTED_REFUND" |
A suggested refund transaction that can be used to create a refund. |
Void | "VOID" |
A cancelation of an authorization transaction. |