Skip to main content
object

Requires read_orders access scope.

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

String

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

String!non-null

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

OrderPaymentStatusResult!non-null

The status of the payment.

[OrderTransaction!]!non-null

The transaction associated with the payment.

Anchor to translatedErrorMessagetranslatedErrorMessage
String

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


Was this section helpful?

query

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


Was this section helpful?