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
Status of the virtual cash
- ISSUED - Virtual cash increase is created.
- CONFIRMED - Virtual cash increase was successfully processed.
Enum"ISSUED""CONFIRMED"
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/Virtual cash increase events
- Live environment
https://api.upvest.co/Virtual cash increase events
application/json
{ "id": "8962b496-8d42-4560-bfab-10490dd1a721", "created_at": "2021-07-21T14:10:00.00Z", "type": "VIRTUAL_CASH_INCREASE.ISSUED", "object": { "id": "6ffa6b16-2380-4e7a-88b2-ae625c8eef99", "created_at": "2020-08-24T14:15:22Z", "updated_at": "2020-08-24T14:15:22Z", "account_group_id": "ac1c39e9-2101-46b8-a624-d10a9e351b6c", "amount": "200.00", "currency": "EUR", "status": "ISSUED" }, "webhook_id": "9df39835-be87-4243-9018-f2500b39cee6" }
Bodyapplication/json
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
Event type
Enum"VIRTUAL_CASH_DECREASE.ISSUED""VIRTUAL_CASH_DECREASE.CONFIRMED""VIRTUAL_CASH_DECREASE.QUEUED""VIRTUAL_CASH_DECREASE.CANCELLED"
Status of the virtual cash
- ISSUED - Virtual cash decrease is created.
- CONFIRMED - Virtual cash decrease was successfully processed.
- QUEUED - Virtual cash decrease was queued.
- CANCELLED - Virtual cash decrease was cancelled.
Enum"ISSUED""CONFIRMED""QUEUED""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/Virtual cash decrease events
- Live environment
https://api.upvest.co/Virtual cash decrease events
application/json
{ "id": "8962b496-8d42-4560-bfab-10490dd1a721", "created_at": "2021-07-21T14:10:00.00Z", "type": "VIRTUAL_CASH_DECREASE.ISSUED", "object": { "id": "6ffa6b16-2380-4e7a-88b2-ae625c8eef99", "created_at": "2020-08-24T14:15:22Z", "updated_at": "2020-08-24T14:15:22Z", "account_group_id": "ac1c39e9-2101-46b8-a624-d10a9e351b6c", "amount": "200.00", "currency": "EUR", "status": "ISSUED" }, "webhook_id": "9df39835-be87-4243-9018-f2500b39cee6" }