# customerPaymentMethod - admin-graphql - QUERY Version: 2024-10 ## Description Returns a CustomerPaymentMethod resource by its ID. ### Access Scopes ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the CustomerPaymentMethod to return. * [showRevoked](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether to show the customer's revoked payment method. ## Returns * [customer](/docs/api/admin-graphql/2024-10/objects/Customer): Customer The customer to whom the payment method belongs. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! The ID of this payment method. * [instrument](/docs/api/admin-graphql/2024-10/unions/CustomerPaymentInstrument): CustomerPaymentInstrument The instrument for this payment method. * [revokedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime The time that the payment method was revoked. * [revokedReason](/docs/api/admin-graphql/2024-10/enums/CustomerPaymentMethodRevocationReason): CustomerPaymentMethodRevocationReason The revocation reason for this payment method. ## Examples