curl --request GET \
--url https://api.plais-sandbox.finventi.com/api/v1/orders{
"metadata": {
"is_last_page": false,
"page_items": 10,
"page_number": 0,
"page_size": 50,
"total_items": 20
},
"orders": [
{
"data": {
"payer": {
"name": "John Doe",
"account": "LT073111111111123123",
"bic": "HABALT22TIP",
"id": "<string>",
"member_code": "<string>"
},
"status": "UNPROCESSED",
"amount": 10000,
"currency": "EUR",
"fr_dspstn_amnt": 500,
"fr_dspstn_cmmnt": "<string>",
"payee": {
"name": "John Doe",
"account": "LT073111111111123123",
"bic": "HABALT22TIP",
"id": "<string>",
"member_code": "<string>"
},
"remittance_information": {
"date": "2023-12-25",
"execute_date": "2023-12-25",
"execute_id": "<string>",
"execute_pid": "<string>",
"execute_processing_date": "2023-12-25",
"execute_reason": "<string>",
"execute_type": "<string>",
"id": "<string>"
}
},
"header": {
"date": "2020-01-01T12:00:00Z",
"doc_id": "RC191234ABCDF999",
"type": "block",
"reference_doc_id": "RC194321AAAAA123"
}
}
]
}Retrieve a paginated list of restriction orders with optional status filtering.
curl --request GET \
--url https://api.plais-sandbox.finventi.com/api/v1/orders{
"metadata": {
"is_last_page": false,
"page_items": 10,
"page_number": 0,
"page_size": 50,
"total_items": 20
},
"orders": [
{
"data": {
"payer": {
"name": "John Doe",
"account": "LT073111111111123123",
"bic": "HABALT22TIP",
"id": "<string>",
"member_code": "<string>"
},
"status": "UNPROCESSED",
"amount": 10000,
"currency": "EUR",
"fr_dspstn_amnt": 500,
"fr_dspstn_cmmnt": "<string>",
"payee": {
"name": "John Doe",
"account": "LT073111111111123123",
"bic": "HABALT22TIP",
"id": "<string>",
"member_code": "<string>"
},
"remittance_information": {
"date": "2023-12-25",
"execute_date": "2023-12-25",
"execute_id": "<string>",
"execute_pid": "<string>",
"execute_processing_date": "2023-12-25",
"execute_reason": "<string>",
"execute_type": "<string>",
"id": "<string>"
}
},
"header": {
"date": "2020-01-01T12:00:00Z",
"doc_id": "RC191234ABCDF999",
"type": "block",
"reference_doc_id": "RC194321AAAAA123"
}
}
]
}A filter for orders with a specific status
UNPROCESSED, CONFIRMED, REJECTED Paging options. e.g. /api/v1/orders?page=0&size=25&sort=createdAt,DESC
Returned order list
Show child attributes
Whether this is the last page
false
Current page order items
10
Page number
0
Page size
50
Total amount of items
20
Show child attributes
Show child attributes
The participating entity of the restriction order
Show child attributes
The status of Restriction Order
UNPROCESSED, CONFIRMED, REJECTED The amount to be restricted in minor currency units (cents), 10.50 EUR = 1050
10000
The currency of the restricted amount
"EUR"
The free available amount in minor currency units (cents), 5.50 EUR = 550
500
The free available amount comment
The participating entity of the restriction order
Show child attributes
Remittance Information
Show child attributes
Remittance Date
Remittance Execution Date
Remittance Execution ID
Remittance Execution Processing ID
Remittance Execution Processing Date
Remittance Execution Reason
Remittance Execution Type
Remittance ID. Correlates with payment instruction's endToEndId.
Show child attributes
Restriction order document date
"2020-01-01T12:00:00Z"
Unique restriction order document ID
"RC191234ABCDF999"
Restriction order document type
block, change, cancel, ns Referred restriction order document ID
"RC194321AAAAA123"