Upvest Investment API.
Upvest Investment API (1.75.0)
https://sandbox.upvest.co/
https://api.upvest.co/
Bearer (access) token from the OAuth flow with correct scopes. https://datatracker.ietf.org/doc/html/rfc6750
https://tools.ietf.org/id/draft-ietf-httpbis-message-signatures-01.html#name-the-signature-http-header
https://tools.ietf.org/id/draft-ietf-httpbis-message-signatures-01.html#name-the-signature-input-http-he
- Sandbox environment
https://sandbox.upvest.co/payments/topups/{topup_id}
- Live environment
https://api.upvest.co/payments/topups/{topup_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://sandbox.upvest.co/payments/topups/{topup_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'authorization: Bearer c2VjcmV0Cg==' \
-H 'signature: string' \
-H 'signature-input: string' \
-H 'upvest-api-version: 1' \
-H 'upvest-client-id: ebabcf4d-61c3-4942-875c-e265a7c2d062'
No content
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
Date and time when the resource was created. RFC 3339-5, ISO8601 UTC
Settlement reference to be included in the corresponding bank transfer to settle this top up.
- Sandbox environment
https://sandbox.upvest.co/Top-up events
- Live environment
https://api.upvest.co/Top-up events
{ "id": "ac62dbc4-c94e-45e4-a16e-381c51c8de38", "created_at": "2022-12-05T12:34:56Z", "type": "TOPUP.SETTLED", "object": { "id": "a4496ff8-ce69-4e23-9f2e-6c3c7914b95c", "account_group_id": "2a761567-251b-450e-8615-025d61dcc95e", "settlement_reference": "91a44df3-7278-4dee-a1bf-2bc254eca66c", "cash_amount": "100.01", "currency": "EUR", "created_at": "2022-12-05T12:34:56Z", "status": "SETTLED" }, "webhook_id": "9df39835-be87-4243-9018-f2500b39cee6" }