task.statusGet
POST/processing
Example of POST /processing
request for task.statusGet
task type.
This method is designed to be used as a failover method in case no other method is available.
If the globalID
is not available (expired after 2hrs or for RFI case management), you can use the paymentID
(or invoiceId
) to retrieve the latest status of the transaction.
- Use the
paymentID
for status checking. - Perform status checks at intervals of 1 minute, gradually increasing the interval.
If both the paymentID
and globalID
are not available:
- Use the
invoiceID
for status checking. - Perform status checks at intervals of 1 minute, gradually increasing the interval.
Request
Responses
- 200
- 400
- 401
- 404
This code is returned if the response is successful (and a specific response is required). A Response object is returned in the response.
This code is returned if there is an issue in the request and an Error object is returned in the response.
That code is returned by system if the Signature or other partner information is incorrect.
This code is returned if the system cannot process the request now. If this code is received, a repeat request is submitted after a few seconds. If the code continues to be returned, this is escalated to the Support team. The system will return a response body with the text Sorry. Can't accept your request now.
.