list

fun list(account_holder: String? = null, iban: String? = null, bic: String? = null, country_id: CountryId? = null, merchant_id: String? = null, per_page: Int = 15, page: Int = 1, from: OffsetDateTime? = null, to: OffsetDateTime? = null): RiskObjectList

Get a list of all xs2a.risk transaction objects

Parameters

account_holder

Filter using account holder of the account (optional)

iban

Filter using iban (optional)

bic

Filter using bic (optional)

country_id

Filter using two-letter country id (optional)

merchant_id

Filter by merchant_id (optional)

per_page

Items per page (optional)

page

Which page to display (optional)

from

Filter by date. Pass ISO8861 conform dates (yyyy-mm-ddThh:mm:ss-zzzz). The time and timezone portions are optional and may be omitted (e.g. yyyy-mm-dd or yyyy-mm-ddThh:mm:ss). (optional)

to

Filter by date. Pass ISO8861 conform dates (yyyy-mm-ddThh:mm:ss-zzzz). The time and timezone portions are optional and may be omitted (e.g. yyyy-mm-dd or yyyy-mm-ddThh:mm:ss). (optional)