Retrieve status
Retrieve the status of a specific asynchronous retry task for a payment CRM object. This endpoint allows you to check the progress or completion status of a task that was initiated to retry a payment action.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the payment CRM object associated with the task.
The unique identifier of the task whose status is being retrieved.
Response
successful operation
The date and time when the action was completed, in ISO 8601 format.
The date and time when the action started processing, in ISO 8601 format.
The current status of the action. Valid values include 'PENDING', 'PROCESSING', 'CANCELED', and 'COMPLETE'.
CANCELED, COMPLETE, PENDING, PROCESSING 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.
An integer indicating the number of errors encountered during the action.
The date and time when the action was requested, in ISO 8601 format.
A simple public object.