Skip to main content
Log inSign up
Anchor to shopPayPaymentRequestReceipt

shopPayPaymentRequestReceipt

query

Requires Requires store on the Shopify Components plan.

Returns a Shop Pay payment request receipt.

String!required

Unique identifier of the payment request receipt.


Was this section helpful?

Anchor to ShopPayPaymentRequestReceiptShopPayPaymentRequestReceipt

The receipt of Shop Pay payment request session submission.

createdAt
non-null

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

order

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

paymentRequest
non-null

The shop pay payment request object.

processingStatus
non-null

The status of the payment request session submission.

sourceIdentifier
non-null

The source identifier provided in the ShopPayPaymentRequestSessionCreate mutation.

token
non-null

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


Was this section helpful?