# AMAZON_PAY enumerated in DigitalWallets — Shopify developer changelog --- ## AMAZON_PAY enumerated in DigitalWallets The [`DigitalWallet`](https://shopify.dev/docs/api/storefront/2025-04/enums/DigitalWallet) enum type will now include `AMAZON_PAY` This adds Amazon Pay as an enumerated wallet on the Storefront and GraphQL Admin APIs. On a query for [`shop.paymentDetails.supportedDigitalWallets`](https://shopify.dev/docs/api/admin-graphql/2025-04/objects/PaymentSettings#field-supporteddigitalwallets) including this value indicates that the AmazonPay wallet is active on the merchant storefront. This also enables visibility of AMAZON_PAY as a value on the [`wallet`](https://shopify.dev/docs/api/admin-graphql/2025-04/objects/CardPaymentDetails#field-wallet) field of the on [`CardPaymentDetails`](https://shopify.dev/docs/api/admin-graphql/2025-04/objects/CardPaymentDetails) object. Previously, transactions using Amazon Pay would have a null `wallet` value. *Published: February 28, 2025* Tags: API, New Link: https://shopify.dev/changelog/amazonpay-enumerated-in-digitalwallets ---