New field on the SuggestedOrderTransaction object
API
Effective January 01, 2022
As of the 2020-10 version of the GraphQL API, a new field is now present on the SuggestedOrderTransaction
object: supportedRefundType
. This field can contain one of two values, either CARD_NOT_PRESENT_REFUND
or CARD_PRESENT_REFUND
.
Because "card present" refunds can only be processed by the POS that has access to the physical card, API clients only receive a SuggestedOrderTransaction
by default if the supportedRefundType
is CARD_NOT_PRESENT_REFUND
.
For more information about SuggestedOrderTransactions, visit our developer documentation.