Upvest Investment API.
Upvest Investment API (1.75.0)
Overview
Languages
Servers
Sandbox environment
https://sandbox.upvest.co/
Live environment
https://api.upvest.co/
Bodyapplication/json
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
Tax collection webhook type
- TAX_COLLECTION.CREATED - Tax collection processing started successfully.
- TAX_COLLECTION.FINALISED - Tax collection processing finalised successfully.
- TAX_COLLECTION.CANCELLED - Tax collection processing cancelled successfully.
Enum"TAX_COLLECTION.CREATED""TAX_COLLECTION.FINALISED""TAX_COLLECTION.CANCELLED"
Date and time when the resource was created. RFC 3339-5, ISO8601 UTC
Date and time when the resource was last updated. RFC 3339-5, ISO8601 UTC
Type of the tax collection
- TAX_PREPAYMENT_DE - German preliminary lump-sum tax payment
- TAX_PAYMENT - Tax payment
Enum"TAX_PREPAYMENT_DE""TAX_PAYMENT"
Total amount of taxes to be collected
Processed amount details
Taxes collected from the cash balance
Taxes collected by selling assets
Taxes collected by offsetting automatic corrections
Tax collection status
- PROCESSING - The tax collection processing has started.
- FINALISED - The tax collection has been processed successfully.
- CANCELLED - The tax collection was cancelled.
Enum"PROCESSING""FINALISED""CANCELLED"
- Sandbox environment
https://sandbox.upvest.co/Tax collection events
- Live environment
https://api.upvest.co/Tax collection events
application/json
{ "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": { … }, "id": "d77e6924-9bb7-4db0-addc-404442258f4b", "type": "TAX_PREPAYMENT_DE", "instrument": { … }, "processed_amount": { … }, "status": "PROCESSING", "updated_at": "2024-08-19T13:06:57.820371265Z", "created_at": "2024-08-19T13:06:57.820371265Z" } }