Search & list Fraud checksAsk AIget https://api.staging.payrails.io/payment/fraudsFetch a list of fraud checks.Query ParamsincludeInstrumentbooleanDefaults to falseBoolean indicating if the payment instrument should be included in the response.truefalseincludeHolderReferencebooleanDefaults to falseBoolean indicating if the holder reference should be included in the response.truefalsefilter[fraudId]stringFilter for a list of fraud checks by ID.filter[providerId]stringFilter for a list of fraud checks by provider ID.filter[providerConfigId]stringFilter for a list of fraud checks by provider config ID.filter[providerReference]stringFilter for a list of fraud checks by provider reference.filter[holderId]stringFilter for a list of fraud checks by holder ID.filter[holderReference]stringFilter for a list of fraud checks by holder reference.filter[workflowExecutionId]stringFilter for a list of fraud checks by workflow execution ID.filter[status]stringFilter for a list of fraud checks by latest payment status.filter[decision]stringFilter for a list of fraud checks by any decision.filter[instrumentId]stringFilter for a list of fraud checks by instrument ID.filter[instrumentBin]stringFilter for a list of fraud checks by instrument BIN.filter[instrumentSuffix]stringFilter for a list of fraud checks by instrument suffix.filter[instrumentNetwork]stringFilter for a list of fraud checks by card network.filter[instrumentIssuer]stringFilter for a list of fraud checks by instrument issuer.filter[instrumentIssuerCountry]stringFilter for a list of fraud checks by instrument issuer country.filter[instrumentFutureUsage]stringFilter for a list of fraud checks by instrument future usage.filter[workspaceId]stringFilter by Workspace ID.filter[createdAt]stringFilter by createdAt.page[cursor]stringSearch collection items from that cursor.page[after]stringSearch collection items after that cursor.page[before]stringSearch collection items before that cursor.page[size]int32Length of the collection to search.Responses 200Success. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 429Too Many Requests.Updated 11 months ago