All tax collections related paths
idstringrequired
Event unique identifier
created_atstringrequired
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
typestringrequired
Tax collection webhook type
objectobject (Webhook - Tax collection)required
idstringrequired
Tax Collection Unique Identifier
created_atstringrequired
Date and time when the resource was created. RFC 3339-5, ISO8601 UTC
updated_atstringrequired
Date and time when the resource was last updated. RFC 3339-5, ISO8601 UTC
account_group_idstringAccount Group Unique Identifier
typestringrequired
Type of the tax collection
collection_amountobjectrequired
Total amount of taxes to be collected
instrumentobjectInstrument details
processed_amountobjectrequired
Processed amount details
statusstringrequired
Tax collection status
referencesarraywebhook_idstringrequired
Webhook unique identifier.
{
"id": "38fc59d0-fc42-46ef-9512-824773219b2e",
"created_at": "2024-08-19T13:06:57.820371265Z",
"type": "TAX_COLLECTION.CREATED",
"webhook_id": "1b097e06-8a14-4181-b72a-de0972a3c57b",
"object": {
"account_group_id": "999f7566-2ca3-4007-b99d-e501be8c7222",
"collection_amount": {
"amount": "100.00",
"currency": "EUR"
},
"id": "d77e6924-9bb7-4db0-addc-404442258f4b",
"type": "TAX_PREPAYMENT_DE",
"instrument": {
"uuid": "d77e6924-9bb7-4db0-addc-404442258f4b",
"isin": "DE000A0D8QZ0"
},
"processed_amount": {
"cash_balance": {
"amount": "0.00",
"currency": "EUR"
},
"sell_to_cover": {
"amount": "0.00",
"currency": "EUR"
},
"offset_amount": {
"amount": "0.00",
"currency": "EUR"
}
},
"status": "PROCESSING",
"updated_at": "2024-08-19T13:06:57.820371265Z",
"created_at": "2024-08-19T13:06:57.820371265Z"
}
}Request has been processed successfully.
Empty response
Was this page helpful?