v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBClaims
Accept claim
Accept a claim that has been received. This will update the claim status to accepted.
post/claims/{id}/accept
Path parameters
idstring uuid required
The ID of the claim.
Request body
Example request
{
"value_date": "2024-01-03"
}Response
Successfully accepted claim.
Example response
{
"object": "claim",
"status": "received",
"value_date": "2024-01-03",
"related_payment": {
"structured_reference": [
{
"creditor_reference_information": {
"type": {
"code": "dispatch_advice",
"issuer": "Issuer"
},
"reference": "RF18539007547034"
},
"referred_document_information": [
{
"type": {
"code": "commercial_invoice",
"issuer": "Issuer"
},
"number": "ABC-13679",
"related_date": "2024-03-15"
}
],
"invoicer": {
"name": "Invoicer name"
},
"invoicee": {
"name": "Invoicee name"
},
"additional_remittance_info": [
"Payment for invoice INV-2024-001"
]
}
],
"originating_account": {
"holder_address": {
"line_1": "1, place de la Concorde",
"building_number": "1",
"street_name": "place de la Concorde",
"postal_code": "75008",
"city": "Paris",
"country": "FR",
"department": "Marketing",
"sub_department": "Content team",
"building_name": "Bat. 4",
"floor": "3",
"postal_box": "67b",
"room": "47",
"city_location_name": "Confluences",
"district_name": "District 9"
}
},
"receiving_account": {
"holder_address": {
"line_1": "1, place de la Concorde",
"building_number": "1",
"street_name": "place de la Concorde",
"postal_code": "75008",
"city": "Paris",
"country": "FR",
"department": "Marketing",
"sub_department": "Content team",
"building_name": "Bat. 4",
"floor": "3",
"postal_box": "67b",
"room": "47",
"city_location_name": "Confluences",
"district_name": "District 9"
}
}
},
"metadata": {
"property_a": true,
"property_b": "false"
},
"investigation_fee": {
"amount": 150000,
"currency": "EUR"
},
"compensation_fee": {
"amount": 250000,
"currency": "EUR"
},
"bank_data": {
"reference": "WfVCPfBzPjfEyO4CLpPDrjjYGSGXt0",
"assignment_id": "oRiB7XRvqlfB6yGEikSFeBeCVkyo7h",
"case_id": "AFpCILqubWQ5YLWePG5bYpw",
"file_id": "a815e756-5576-4d40-9fbd-38ec304b856c",
"file_reference": "FILE_REF_12345"
},
"created_at": "2024-01-03T11:53:19.734182Z"
}