Skip to main content
Anchor to shopPayPaymentRequestReceipt

shopPayPaymentRequestReceipt

query

Returns a single Shop Pay payment request receipt by its ID. Payment request receipts document completed Shop Pay transactions, including the amount, customer details, and payment status. Use this to look up a specific Shop Pay transaction for order reconciliation or customer support.

•String!
required

Unique identifier of the payment request receipt.


Was this section helpful?

Anchor to ShopPayPaymentRequestReceiptShopPayPaymentRequestReceipt
•ShopPayPaymentRequestReceipt

The receipt of Shop Pay payment request session submission.

•DateTime!
non-null

The date and time when the payment request receipt was created.

•Order

The order that's associated with the payment request receipt.

•ShopPayPaymentRequest!
non-null

The shop pay payment request object.

•ShopPayPaymentRequestReceiptProcessingStatus!
non-null

The status of the payment request session submission.

•String!
non-null

The source identifier provided in the ShopPayPaymentRequestSessionCreate mutation.

•String!
non-null

The token of the receipt, initially returned by an ShopPayPaymentRequestSessionSubmit mutation.


Was this section helpful?