# ShopPayPaymentRequestReceipt - admin - OBJECT
Version: unstable

## Description
The receipt of Shop Pay payment request session submission.

### Access Scopes



## Fields
* [createdAt](/docs/api/admin/unstable/scalars/DateTime): DateTime! - The date and time when the payment request receipt was created.
* [order](/docs/api/admin/unstable/objects/Order): Order - The order that's associated with the payment request receipt.
* [paymentRequest](/docs/api/admin/unstable/objects/ShopPayPaymentRequest): ShopPayPaymentRequest! - The shop pay payment request object.
* [processingStatus](/docs/api/admin/unstable/objects/ShopPayPaymentRequestReceiptProcessingStatus): ShopPayPaymentRequestReceiptProcessingStatus! - The status of the payment request session submission.
* [sourceIdentifier](/docs/api/admin/unstable/scalars/String): String! - The source identifier provided in the `ShopPayPaymentRequestSessionCreate` mutation.
* [token](/docs/api/admin/unstable/scalars/String): String! - The token of the receipt, initially returned by an `ShopPayPaymentRequestSessionSubmit` mutation.

## Connections



## Related queries
* [shopPayPaymentRequestReceipt](/docs/api/admin/unstable/queries/shopPayPaymentRequestReceipt) Returns a Shop Pay payment request receipt.
* [shopPayPaymentRequestReceipts](/docs/api/admin/unstable/queries/shopPayPaymentRequestReceipts) Returns a list of Shop Pay payment request receipts.

## Related mutations

## Related Unions

## Examples