Async Process Status

Get the status of an asynchronous process API with this call. Once the request is complete, you receive the information processed.

success

boolean

Indicates whether the service completed successfully.

  • false - the service failed.
  • true - the service succeeded.

operation_id

String

The request ID you used.

total_objects

Int32

?????

processed

Int32

Number of completed requests.

failed

Int32

Number of failed requests.

phase

string

Indicates the status of processing the infomation.

merchant_id

Int32

ID for the merchant.

errors

string

Any errors received during the processs.

info

Array

The requested information, returned when processing complete.

Language