XS2A.risk
Download a fact_sheet_lists json lists
For detailed information onm fact_sheet_lists check, where the whole turnovers and all distinct counter holders are included. The response object described here details the fact_sheet_lists_check response.
get/risks/{transaction-id}/jsonlists
Path parameters
transaction-idstring required
ID of the transaction to be retrieved.
Response
Request successfully processed
Example response
{
"id": "xr_hd84kg9zns53lvh1",
"transaction": "10001-xr-abcd-abcd",
"account_holder": "MUSTERMANN, HARTMUT",
"iban": "DE62888888880012345678",
"bic": "TESTDE88XXX",
"bank_name": "Testbank",
"country_id": "DE",
"testmode": "1",
"created_at": "2015-05-05 11:47:45",
"metadata": {
"key1": "value1"
},
"object": "xs2a_risk",
"xs2a_fact_sheet_lists": {
"fields": [
{
"name": "test",
"tags": [
"expenditure",
"banking-fees"
],
"categories": [
"K.8.2.1"
],
"min_amount": -20,
"max_amount": -2
}
],
"days": 180,
"result": [
{
"fields": {
"name": "test",
"categories": [
"K.8.2.1"
],
"tags": [
"expenditure",
"banking-fees"
],
"min_amount": -20,
"max_amount": -2
},
"turnovers_count": 57,
"sum_amounts": -481.81,
"timespan": 1,
"distinct_counter_holders": [
"Max Mustermann",
"Maxxi Musterfrau",
"Another Holder"
],
"turnovers": [
{
"booking_date": "2017-10-08T00:00:00Z",
"amount": -962,
"currency": "EUR",
"purpose": [
"SEPA-DAUERAUFTRAG EMPFAENGER HAUSVERWALTUNG"
],
"booking_text": "LASTSCHRIFT",
"counter_iban": "DE18701693100100029394",
"counter_bic": "GENODEF1ALX",
"counter_holder": "MUSTERMANN, HARTMUT",
"canceled": true,
"tags": [
"expenditure"
],
"category_id": "K.1.2",
"creditor_id": "LU96ZZZ0000000000000000058",
"new": true
}
]
}
],
"created_at": "2023-03-13 13:33:33",
"object": "xs2a_fact_sheet_lists"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.