Skip to main content

task.statusGet

POST 

/processing

Example of POST /processing request for task.statusGet task type.


warning

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

This code is returned if the response is successful (and a specific response is required). A Response object is returned in the response.