--- title: ShopPayPaymentRequestReceipt - Storefront API description: Represents a receipt for a Shop Pay payment request. api_version: unstable api_name: storefront source_url: html: >- https://shopify.dev/docs/api/storefront/unstable/objects/ShopPayPaymentRequestReceipt md: >- https://shopify.dev/docs/api/storefront/unstable/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/unstable/objects/ShopPayPaymentRequest) non-null The payment request object. * processing​Status​Type [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The processing status. * token [String!](https://shopify.dev/docs/api/storefront/unstable/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/unstable/mutations/shopPayPaymentRequestSessionSubmit) mutation Finalizes a [Shop Pay payment request session](https://shopify.dev/docs/api/storefront/unstable/objects/ShopPayPaymentRequestSession). Call this mutation after creating a session with [`shopPayPaymentRequestSessionCreate`](https://shopify.dev/docs/api/storefront/unstable/mutations/shopPayPaymentRequestSessionCreate). The [`idempotencyKey`](https://shopify.dev/docs/api/storefront/unstable/mutations/shopPayPaymentRequestSessionSubmit#arguments-idempotencyKey) argument ensures the payment transaction occurs only once, preventing duplicate charges. On success, returns a [`ShopPayPaymentRequestReceipt`](https://shopify.dev/docs/api/storefront/unstable/objects/ShopPayPaymentRequestReceipt) with the processing status and a receipt token. For a complete integration guide including the JavaScript SDK setup and checkout flow, refer to the [Shop Component API documentation](https://shopify.dev/docs/api/commerce-components/pay). For implementation steps, see the [development journey guide](https://shopify.dev/docs/api/commerce-components/pay/development-journey). For common error scenarios, see the [troubleshooting guide](https://shopify.dev/docs/api/commerce-components/pay/troubleshooting-guide). * token [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) required ### Arguments A token representing a payment session request. * payment​Request [Shop​Pay​Payment​Request​Input!](https://shopify.dev/docs/api/storefront/unstable/input-objects/ShopPayPaymentRequestInput) required The final payment request object. * idempotency​Key [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) required The idempotency key is used to guarantee an idempotent result. * order​Name [String](https://shopify.dev/docs/api/storefront/unstable/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/unstable/mutations/shopPayPaymentRequestSessionSubmit)