Processing Cycle Fields Reference

Fields Specification

Field NameDescriptionData Type
ProcessingIdThe unique identifier for the Processing Cyclestring
CreatedUtcA UTC Datetime that specifies when the Processing Cycle was createddatetime
StartDateUtcA UTC Datetime that specifies when the Processing cycle starteddatetime
EndDateUtcA UTC Datetime that specifies when the Processing cycle finisheddatetime
StatusThe Status of the Processing Cycleenumerate:
Processing,
Failed,
Success
RetryCountThe number of retries (Manual or Automatic) for the Processing Cyclenumber
TotalThe Total of the Scheduled Order that is associated to this Processing Cyclenumber
ChargedTotalThe Total that was processed in this Processing Cyclenumber
ScheduledOrderFailureReasonThe Failure Reason detail for a Processing Cycle that is in the Failed Statusstring
ProcessingErrorCodeThe Failure Reason Code for a Processing Cycle that is in the Failed Statusenumerate:
1000: Empty Scheduled Order
1001: No Items To Ship
1002: No Shipping Rate Found
1003: Payment Integration Not Found
1004: No Payment Method Found
2000: Payment Failed
3000: Client Order Creation Failure
3002: Invalid Client Order Creation Response
PaymentGatewayTransactionIdThe transaction identifier that was returned by the Payment Gatewaystring
PaymentGatewayResponseThe raw response from the Payment Gatewaystring
PaymentGatewayErrorDescriptionThe error description from the Payment Gateway when the Payment fails to process successfullystring
PaymentGatewayErrorCodeThe error code from the Payment Gateway when the Payment fails to process successfullystring
ClientOrderIdThe unique identifier for the order that was created in the Client integrationstring
ClientOrderCreatedDateUtcA UTC Datetime that specifies when an order was created in the Client integrationdatetime
CanBeCompletedIndicates if the Processing Cycle is eligible to be completedboolean
CanBeVoidIndicates if the Processing Cycle is eligible to be voidboolean
CanBeEditedIndicates if the Processing Cycle is eligible to be editedboolean
Scheduled OrderThe associated Scheduled OrderScheduled Order
MetadataThe Processing Cycle Metadata (see: https://docs.qpilot.cloud/reference/annex-b-working-with-metadata)JSON object