--- title: TransactionSupportedRefundType - GraphQL Admin description: The supported methods for processing a refund, indicating whether or not a physical card must be present. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/enums/transactionsupportedrefundtype md: https://shopify.dev/docs/api/admin-graphql/unstable/enums/transactionsupportedrefundtype.md --- # Transaction​Supported​Refund​Type enum The supported methods for processing a refund, indicating whether or not a physical card must be present. ## Valid values * CARD\_​NOT\_​PRESENT\_​REFUND Refund without a physical card. * CARD\_​PRESENT\_​REFUND Refund requiring card present data. For example, the physical card and a reader. Note: third party developers can't refund this type. *** ## Fields * [Suggested​Order​Transaction.supportedRefundType](https://shopify.dev/docs/api/admin-graphql/unstable/objects/SuggestedOrderTransaction#field-SuggestedOrderTransaction.fields.supportedRefundType) OBJECT A suggested transaction. Suggested transaction are usually used in the context of refunds and exchanges. *** ## Map ### Fields with this enum * <-|[Suggested​Order​Transaction.supportedRefundType](https://shopify.dev/docs/api/admin-graphql/unstable/objects/SuggestedOrderTransaction#field-SuggestedOrderTransaction.fields.supportedRefundType)