---
title: PaymentIcon - Customer API
description: The payment icon to display for the transaction.
api_version: 2025-07
api_name: customer
type: interface
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/2025-07/interfaces/PaymentIcon'
  md: 'https://shopify.dev/docs/api/customer/2025-07/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/2025-07/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/2025-07/objects/OrderTransaction)

  OBJECT

  A payment transaction within an order context.

  * created​At

    [Date​Time!](https://shopify.dev/docs/api/customer/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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.

***

##### Variables

```json
{
	"paymentIcon": ""
}
```

##### Schema

```graphql
interface PaymentIcon {
  paymentIcon: PaymentIconImage
}
```
