Upvest Investment API.
Upvest Investment API (1.75.0)
https://sandbox.upvest.co/
https://api.upvest.co/
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
Tax exemption events webhook type
- TAX_EXEMPTION.CREATED - Tax exemption successfully created.
- TAX_EXEMPTION.UPDATED - Tax exemption successfully updated.
- TAX_EXEMPTION.DELETED - Tax exemption successfully deleted.
Tax exemption status
- NEW - The tax exemption request is created.
- ACTIVE - The tax exemption is valid and active for the current year.
- EXPIRED - The tax exemption is no longer
ACTIVE
and thevalid_to_date
already lies in the past. An update is not possible. - CANCELLED - The tax exemption could not be created or was cancelled.
Country code. ISO 3166 alpha-2 Codes.
Date from which the tax exemption is valid. RFC 3339, section 5.6
Date until which the tax exemption is valid. If it is unlimited, it is omitted. For Germany it is always the last day of the year (YYYY-12-31). RFC 3339, section 5.6
Tax exemption type
- SINGLE - Tax exemption for Individual.
- MARRIED - Tax exemption for married couples.
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
- Sandbox environment
https://sandbox.upvest.co/Tax exemption events
- Live environment
https://api.upvest.co/Tax exemption events
{ "id": "295cf14f-368c-450e-b57e-48d115d30fe4", "created_at": "2024-01-01T10:34:43Z", "type": "TAX_EXEMPTION.CREATED", "object": { "id": "f1a57a04-1a89-4dab-ae3a-ff9b2a9377c1", "created_at": "2024-01-01T10:33:43Z", "updated_at": "2024-01-01T10:33:43Z", "status": "ACTIVE", "user_ids": [ … ], "country": "DE", "valid_from_date": "2024-01-01", "valid_to_date": "2024-12-31", "tax_exemption_details": { … } }, "webhook_id": "4a80c45f-204c-4498-ac20-d900a846e166" }
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
Type of the tax exemption failure events webhook.
- TAX_EXEMPTION.CREATION_FAILED - Tax exemption creation failed.
- TAX_EXEMPTION.UPDATE_FAILED - Tax exemption update failed.
- TAX_EXEMPTION.DELETION_FAILED - Tax exemption deletion failed.
Tax exemption status
- NEW - The tax exemption request is created.
- ACTIVE - The tax exemption is valid and active for the current year.
- EXPIRED - The tax exemption is no longer
ACTIVE
and thevalid_to_date
already lies in the past. An update is not possible. - CANCELLED - The tax exemption could not be created or was 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
- Sandbox environment
https://sandbox.upvest.co/Tax exemption failure events
- Live environment
https://api.upvest.co/Tax exemption failure events
{ "id": "2ce641a1-e89c-43be-b8d8-981d4aac5bd5", "created_at": "2024-01-01T10:34:43Z", "type": "TAX_EXEMPTION.CREATION_FAILED", "object": { "id": "f1a57a04-1a89-4dab-ae3a-ff9b2a9377c1", "created_at": "2024-01-01T10:33:43Z", "updated_at": "2024-01-01T10:33:43Z", "reason": "Missing TIN", "status": "CANCELLED", "user_ids": [ … ] }, "webhook_id": "606e3c01-c9cf-4073-900e-718bfc521953" }