Skip to main content
Anchor to ShopPayPaymentRequestReceipt

ShopPayPaymentRequestReceipt

object

Represents a receipt for a Shop Pay payment request.

•ShopPayPaymentRequest!
non-null

The payment request object.

Anchor to processingStatusTypeprocessingStatusType
•String!
non-null

The processing status.

•String!
non-null

The token of the receipt.


Was this section helpful?

•mutation

Submits a Shop Pay payment request session.

Arguments

•String!
required

The idempotency key is used to guarantee an idempotent result.

•String

The order name to be used for the order created from the payment request.

•ShopPayPaymentRequestInput!
required

The final payment request object.

•String!
required

A token representing a payment session request.


Fields

Anchor to paymentRequestReceiptpaymentRequestReceipt
•ShopPayPaymentRequestReceipt

The checkout on which the payment was applied.

•[UserErrorsShopPayPaymentRequestSessionUserErrors!]!
non-null

Error codes for failed Shop Pay payment request session mutations.


Was this section helpful?