Anchor to OrderPaymentStatusOrder
OrderPaymentStatus
object
Requires access scope.
The status of a customer's payment for an order.
Anchor to FieldsFields
- Anchor to errorMessageerror•
Message A message describing an error during the asynchronous processing of a payment.
- Anchor to paymentReferenceIdpayment•
Reference Id String!non-null The ID of the payment, initially returned by an
or
mutation.
- Anchor to statusstatus•Order
Payment non-nullStatus Result! The status of the payment.
- Anchor to transactionstransactions•[Order
Transaction!]! non-null The transaction associated with the payment.
- Anchor to translatedErrorMessagetranslated•
Error Message A translated message describing an error during the asynchronous processing of a payment.
Was this section helpful?
Map
No referencing types
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?