list

fun list(senderHolder: String? = null, senderIban: String? = null, senderBic: String? = null, senderAccountNumber: String? = null, senderBankCode: String? = null, senderCountryId: String? = null, recipientHolder: String? = null, recipientIban: String? = null, recipientBic: String? = null, recipientCountryId: String? = null, amount: Float? = null, purpose: String? = null, perPage: Int? = null, page: Int? = null, from: OffsetDateTime? = null, to: OffsetDateTime? = null): PayObjectList

Get a list of all xs2a.pay transaction objects Get a list of all xs2a.pay transactions, or filter using query parameters.

Return

PayTransactionList

Parameters

senderHolder

Holder of the sender account (optional)

senderIban

IBAN of the sender account (optional)

senderBic

BIC of the sender account (optional)

senderAccountNumber

Account number of the sender account (optional)

senderBankCode

National bank code of the sender account (optional)

senderCountryId

Two letter country code id of the sender account, e.g. AT, CH, DE (optional)

recipientHolder

Holder of the recipient account (optional)

recipientIban

IBAN of the recipient account (optional)

recipientBic

BIC of the recipient account (optional)

recipientCountryId

Two letter country code id of the recipient account, e.g. AT, CH, DE (optional)

amount

Amount to transfer (optional)

purpose

Purpose of transfer (optional)

perPage

Items per page (optional)

page

Which page to display (optional)

from

Filter by date. Pass ISO8601 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 ISO8601 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)