--- title: PaymentIcon - Customer API description: The payment icon to display for the transaction. api_version: 2026-04 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. *** ##### Variables ```json { "paymentIcon": "" } ``` ##### Schema ```graphql interface PaymentIcon { paymentIcon: PaymentIconImage } ```