--- title: PaymentIcon - Customer API description: The payment icon to display for the transaction. api_version: 2025-10 api_name: customer type: interface api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/interfaces/paymenticon md: https://shopify.dev/docs/api/customer/latest/interfaces/paymenticon.md --- # Payment​Icon interface The payment icon to display for the transaction. ## Fields * payment​Icon [Payment​Icon​Image](https://shopify.dev/docs/api/customer/latest/objects/PaymentIconImage) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The payment icon to display for the transaction. *** ## Types implemented in * [Order​Transaction](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction) OBJECT A payment transaction within an order context. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the transaction was created. * gift​Card​Details [Gift​Card​Details](https://shopify.dev/docs/api/customer/latest/objects/GiftCardDetails) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The gift card details for the transaction. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * kind [Order​Transaction​Kind](https://shopify.dev/docs/api/customer/latest/enums/OrderTransactionKind) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The kind of the transaction. * order [Order](https://shopify.dev/docs/api/customer/latest/objects/Order) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The associated order for the transaction. * payment​Details [Payment​Details](https://shopify.dev/docs/api/customer/latest/unions/PaymentDetails) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The payment details for the transaction. * payment​Icon [Payment​Icon​Image](https://shopify.dev/docs/api/customer/latest/objects/PaymentIconImage) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The payment icon to display for the transaction. * processed​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the transaction was processed. * status [Order​Transaction​Status](https://shopify.dev/docs/api/customer/latest/enums/OrderTransactionStatus) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The status of the transaction. * transaction​Amount [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The amount and currency of the transaction in shop and presentment currencies. * transaction​Parent​Id [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The ID of the parent transaction. * type [Order​Transaction​Type!](https://shopify.dev/docs/api/customer/latest/enums/OrderTransactionType) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The type of the transaction. * type​Details [Transaction​Type​Details](https://shopify.dev/docs/api/customer/latest/objects/TransactionTypeDetails) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The details of the transaction type. *** ```json { "paymentIcon": "" } ```