Search & list instrumentsAsk AIget https://api.staging.payrails.io/payment/instrumentsFetch a list of payment instruments for the given query parameters.Query ParamsincludeHolderReferencebooleanDefaults to falseBoolean indicating if the holder reference should be included in the response.truefalsefilter[holderReference]stringFilter for a list of instruments by holder reference.filter[holderId]stringFilter for a list of instruments by holder id.filter[status]stringFilter for a list of instruments by latest instruments status.filter[onlyWithTokens]booleanFilter for a list of instruments only ones with tokens.truefalsefilter[tokenType]stringFilter for a list of instruments by token type.filter[tokenStatus]stringFilter for a list of instruments by token status.filter[futureUsage]stringFilter for a list of instruments by future usage.filter[bin]stringFilter for a list of instruments by BIN.filter[suffix]stringFilter for a list of instruments by suffix.filter[network]stringFilter for a list of instruments by card network.filter[issuer]stringFilter for a list of instruments by issuer.filter[issuerCountry]stringFilter for a list of instruments by country name.filter[paymentMethodType]stringFilter for a list of instruments by payment method.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