--- title: ShopPayPaymentRequestReceipt - Storefront API description: Represents a receipt for a Shop Pay payment request. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/objects/ShopPayPaymentRequestReceipt md: >- https://shopify.dev/docs/api/storefront/latest/objects/ShopPayPaymentRequestReceipt.md --- # Shop​Pay​Payment​Request​Receipt object Represents a receipt for a Shop Pay payment request. ## Fields * payment​Request [Shop​Pay​Payment​Request!](https://shopify.dev/docs/api/storefront/latest/objects/ShopPayPaymentRequest) non-null The payment request object. * processing​Status​Type [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The processing status. * token [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The token of the receipt. *** ## Map No referencing types *** ## Mutations * [shop​Pay​Payment​Request​Session​Submit](https://shopify.dev/docs/api/storefront/latest/mutations/shopPayPaymentRequestSessionSubmit) mutation Submits a Shop Pay payment request session. * token [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) required ### Arguments A token representing a payment session request. * payment​Request [Shop​Pay​Payment​Request​Input!](https://shopify.dev/docs/api/storefront/latest/input-objects/ShopPayPaymentRequestInput) required The final payment request object. * idempotency​Key [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) required The idempotency key is used to guarantee an idempotent result. * order​Name [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The order name to be used for the order created from the payment request. *** *** ## <\~> ShopPayPaymentRequestReceipt Mutations ### Mutated by * <\~>[shop​Pay​Payment​Request​Session​Submit](https://shopify.dev/docs/api/storefront/latest/mutations/shopPayPaymentRequestSessionSubmit)