All tax collections related paths
id
string
required
Event unique identifier
created_at
string
required
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
type
string
required
Tax collection webhook type
object
object (Webhook - Tax collection)
required
id
string
required
Tax Collection Unique Identifier
created_at
string
required
Date and time when the resource was created. RFC 3339-5, ISO8601 UTC
updated_at
string
required
Date and time when the resource was last updated. RFC 3339-5, ISO8601 UTC
account_group_id
string
Account Group Unique Identifier
type
string
required
Type of the tax collection
collection_amount
object
required
Total amount of taxes to be collected
instrument
object
Instrument details
processed_amount
object
required
Processed amount details
status
string
required
Tax collection status
references
array
webhook_id
string
required
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"
}
},
"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?