Anchor to OrderPaymentStatusOrder
objectOrder Payment Status
Requires access scope.
The status of a customer's payment for an order.
Anchor to FieldsFields
- Anchor to errorMessageerror•String
Message A message describing an error during the asynchronous processing of a payment.
- Anchor to paymentReferenceIdpayment•String!non-null
Reference Id The ID of the payment, initially returned by an
or
mutation.
- Anchor to statusstatus•Order
Payment Status Result!non-null The status of the payment.
- Anchor to transactionstransactions•[Order
Transaction!]!non-null The transaction associated with the payment.
- Anchor to translatedErrorMessagetranslated•String
Error Message A translated message describing an error during the asynchronous processing of a payment.
Was this section helpful?
Anchor to QueriesQueries
- •query
Returns a payment status by payment reference ID. Used to check the status of a deferred payment.
Was this section helpful?