Skip to main content
HTTP STATUS CODEFLINKS CODEDESCRIPTIONMESSAGESTEPS TO REPRODUCE
202OPERATION_PENDINGAttributes cannot be completed because GetAccountsDetail is still in process.Attributes endpoint called while GetAccountsDetail was still being processed.Call Attributes before a live GetAccountsDetail has been completed.
202OPERATION_PENDINGAttributes endpoint called while another Attributes call is processing for the same card.There is an Attributes call for the same card still processing.Call Attributes once, then call Attributes again while the first call is still processing.
400SESSION_NONEXISTENTAuthorize has not been completed, so a session has not been opened.RequestId is invalid or session has ended.Call Attributes without a new Authorize call being made.
400SESSION_EXPIREDAttributes are called when the session has expired.RequestId is invalid or session has ended.Wait more than 8 minutes after calling GetAccountsDetail in cache before calling Attributes.
400INVALID_REQUESTIncorrect name in the request body when calling Attributes.The attribute name is not valid.Call Attributes with an unsupported or incorrectly spelled attribute name.
400INVALID_REQUESTNo attributes contained within the request body.At least a single attribute must be provided.Call Attributes with no attribute names in the request body.
400INVALID_REQUESTAn unsupported filter was included in the call.One or more filters are invalid.Call Attributes with the filter parameter set to anything other than Operations.
400INVALID_REQUESTThe AccountId in AccountFilter is not valid.The AccountId shown is not valid.Call Attributes with an unsupported AccountId.
400INVALID_REQUESTIf AccountFilter is used, at least one accountId must be provided.At least one accountId must be provided when AccountFilter is present.Call Attributes with the AccountFilter parameter but no accountIds.
400RETRY_LATERAttribute calculations could not be completed. Please retry later or contact your Flinks representative.We were not able to process attributes for this card.N/A
400NO_TRANSACTIONAttribute calculations could not be completed because there were no transactions.No transactions were found.N/A
403FEATURE_DISABLEDAttributes is not enabled for your instance.The Attributes feature is currently disabled for this instance.Call Attributes in a production environment where the clientId does not have Attributes enabled.
404NO_TRANSACTIONNo transactions detected because GetAccountsDetail has not been called.No transactions were found.Call Attributes without first calling GetAccountsDetail.
404NO_TRANSACTIONNo transactions detected because the account has no transactions.No transactions were found.Call Attributes for an account that has no transactions.
404NO_TRANSACTIONNo transactions detected for the specified account type filter.No transactions were found.Call Attributes when the selected account filter has no transactions.
404ACCOUNT_NOT_FOUNDA valid accountId must be provided when using AccountFilter.A valid accountId must be provided when using AccountFilter.Use an invalid or non-existent accountId in AccountFilter.