Upvest Investment API.
- Credit Funding events
Upvest Investment API (1.76.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/credit_fundings/{credit_funding_id}
- Live environment
https://api.upvest.co/payments/credit_fundings/{credit_funding_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://sandbox.upvest.co/payments/credit_fundings/{credit_funding_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'
Credit Funding payment
Date and time when the resource was created. RFC 3339-5, ISO8601 UTC
Payment reference the one that was used by the end user for the corresponding SEPA Credit Transfer
International Bank Account Number IBAN.
Status of the credit funding
- CONFIRMED - Credit Funding was confirmed.
- CANCELLED - Credit Funding was cancelled.
Purpose of the payment based on ExternalPurpose1Code from ISO 20022.
{ "id": "1ab4fef9-a097-4c6f-9345-647025d5fde6", "created_at": "2020-08-24T14:15:22Z", "account_group_id": "1ea60f56-b67b-61fc-829a-0242ac130003", "cash_amount": "200.00", "currency": "EUR", "status": "CONFIRMED", "remittance_information": "CF123456789", "counterparty": { "identification": { … }, "account": { … } }, "virtual_bank_account_id": "ab8f9b19-6a31-48d3-b201-4dee92f3da0d", "purpose_code": "OTHR" }
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
Event type
Date and time when the resource was created. RFC 3339-5, ISO8601 UTC
Payment reference the one that was used by the end user for the corresponding SEPA Credit Transfer
International Bank Account Number IBAN.
Status of the credit funding
- CONFIRMED - Credit Funding was confirmed.
- CANCELLED - Credit Funding was cancelled.
Purpose of the payment based on ExternalPurpose1Code from ISO 20022.
- Sandbox environment
https://sandbox.upvest.co/Credit Funding events
- Live environment
https://api.upvest.co/Credit Funding events
{ "id": "8962b496-8d42-4560-bfab-10490dd1a721", "created_at": "2021-07-21T14:10:00.00Z", "type": "CREDIT_FUNDING.CONFIRMED", "object": { "id": "1ab4fef9-a097-4c6f-9345-647025d5fde6", "created_at": "2020-08-24T14:15:22Z", "account_group_id": "1ea60f56-b67b-61fc-829a-0242ac130003", "cash_amount": "200.00", "currency": "EUR", "status": "CONFIRMED", "remittance_information": "CF123456789", "counterparty": { … }, "virtual_bank_account_id": "ab8f9b19-6a31-48d3-b201-4dee92f3da0d", "purpose_code": "OTHR" }, "webhook_id": "9df39835-be87-4243-9018-f2500b39cee6" }