Get an Async Order by external reference ID with cursor-based pagination.Ask AIget https://integration-api.tangocard.com/raas/v2/asyncOrders/customers/{customerIdentifier}/accounts/{accountIdentifier}/{externalRefID}Path ParamscustomerIdentifierstringrequiredspecify the customer to be queriedaccountIdentifierstringrequiredSpecify the account to be queried.externalRefIDstringrequiredExternal reference ID of the async orderQuery ParamsprevCursorstringCursor for navigating to previous pagenextCursorstringCursor for navigating to next pagemaxResultsint321 to 500Defaults to 100Maximum number of line items to returnexternalRefLineItemIDsarray of stringsSpecify the externalRefLineItemIDs to be queried. A maximum of 50 externalRefLineItemIDs can be provided.externalRefLineItemIDsADD stringreferenceLineItemIDsarray of stringsSpecify the referenceLineItemIDs to be queried. A maximum of 50 referenceLineItemIDs can be provided.referenceLineItemIDsADD stringfailedOnlybooleanDefaults to falseSpecify true to return only failed line itemstruefalseResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 404Not Found 422Unprocessable Entity 429Exceeded the allowable TPS rate limit 500Internal Server Error 503Service UnavailableUpdated 7 months ago