Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Returns a payment status by payment reference ID. Used to check the status of a deferred payment.

ID!required

ID of the order for which the payment was initiated.

String!required

Unique identifier returned by orderCreatePayment.


Was this section helpful?

The status of a customer's payment for an order.

errorMessage

A message describing an error during the asynchronous processing of a payment.

paymentReferenceId
non-null

The ID of the payment, initially returned by an orderCreateMandatePayment or orderCreatePayment mutation.

status
non-null

The status of the payment.

transactions
non-null

The transaction associated with the payment.

translatedErrorMessage

A translated message describing an error during the asynchronous processing of a payment.


Was this section helpful?