--- title: ShopPayPaymentRequestReceipt - GraphQL Admin description: The receipt of Shop Pay payment request session submission. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopPayPaymentRequestReceipt md: https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopPayPaymentRequestReceipt.md --- # Shop​Pay​Payment​Request​Receipt object The receipt of Shop Pay payment request session submission. ## Fields * created​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime) non-null The date and time when the payment request receipt was created. * order [Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order) The order that's associated with the payment request receipt. * payment​Request [Shop​Pay​Payment​Request!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopPayPaymentRequest) non-null The shop pay payment request object. * processing​Status [Shop​Pay​Payment​Request​Receipt​Processing​Status!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopPayPaymentRequestReceiptProcessingStatus) non-null The status of the payment request session submission. * source​Identifier [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The source identifier provided in the `ShopPayPaymentRequestSessionCreate` mutation. * token [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The token of the receipt, initially returned by an `ShopPayPaymentRequestSessionSubmit` mutation. *** ## Map ### Fields and connections with this object * <->[ShopPayPaymentRequestReceiptConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/ShopPayPaymentRequestReceiptConnection#returns-nodes) * {}[ShopPayPaymentRequestReceiptEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopPayPaymentRequestReceiptEdge#field-ShopPayPaymentRequestReceiptEdge.fields.node) *** ## Queries * [shop​Pay​Payment​Request​Receipt](https://shopify.dev/docs/api/admin-graphql/latest/queries/shopPayPaymentRequestReceipt) query Returns a Shop Pay payment request receipt. * [shop​Pay​Payment​Request​Receipts](https://shopify.dev/docs/api/admin-graphql/latest/queries/shopPayPaymentRequestReceipts) query Returns a list of Shop Pay payment request receipts. *** ## \ShopPayPaymentRequestReceipt Queries ### Queried by * \[shop​Pay​Payment​Request​Receipt](https://shopify.dev/docs/api/admin-graphql/latest/queries/shopPayPaymentRequestReceipt) * \[shop​Pay​Payment​Request​Receipts](https://shopify.dev/docs/api/admin-graphql/latest/queries/shopPayPaymentRequestReceipts)