Skip to main content
GET
Retrieve status

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

paymentCrmObjectId
string
required

The unique identifier of the payment CRM object associated with the task.

taskId
string
required

The unique identifier of the task whose status is being retrieved.

Response

successful operation

completedAt
string<date-time>
required

The date and time when the action was completed, in ISO 8601 format.

startedAt
string<date-time>
required

The date and time when the action started processing, in ISO 8601 format.

status
enum<string>
required

The current status of the action. Valid values include 'PENDING', 'PROCESSING', 'CANCELED', and 'COMPLETE'.

Available options:
CANCELED,
COMPLETE,
PENDING,
PROCESSING
errors
object[]

An array of StandardError objects providing details about any errors that occurred.

A map of link names to associated URIs, providing additional information or resources related to the action.

numErrors
integer<int32>

An integer indicating the number of errors encountered during the action.

requestedAt
string<date-time>

The date and time when the action was requested, in ISO 8601 format.

result
object

A simple public object.

Last modified on September 11, 2026