---
title: "Retrieve funding details"
method: GET
path: "/account_groups/{account_group_id}/payments/credit_funding_details"
tags: ["Credit Fundings"]
---

# Retrieve funding details

`GET /account_groups/{account_group_id}/payments/credit_funding_details`

Retrieve funding details

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Funding Details

- object
  - `meta` object, required
    - `offset` integer, required — Amount of resource to offset in the response.
    - `limit` integer, required — Total limit of the response.
    - `count` integer, required — Count of the resources returned in the response.
    - `total_count` integer, required — Total count of all the resources.
    - `sort` string — The field that the list is sorted by.
    - `order` 'ASC' | 'DESC' — The ordering of the response. * ASC - Ascending order * DESC - Descending order
  - `data` object[], required
    - `virtual_bank_account_id` string, uuid — Virtual bank account request unique identifier.
    - `name` string — Name of the recipient account for the SEPA Credit Transfer
    - `currency` 'EUR' | 'GBP', required — Alphabetic three-letter [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) currency code. * EUR - Euro * GBP - Pound Sterling
    - `owner` object, required — Owner of the virtual bank account
      - `name` string, required — Name of the owner of the virtual bank account
    - `identification` object, required — Identification details
      - `swift` object — SWIFT details
        - `iban` string, required — International Bank Account Number [IBAN](https://en.wikipedia.org/wiki/International_Bank_Account_Number).
        - `bic` string, required — Business Identifier Code (also known as SWIFT-BIC, BIC, SWIFT ID or SWIFT code) [ISO 9362](https://en.wikipedia.org/wiki/ISO_9362).
    - `remittance_information` string — Payment reference the one that should be used for SEPA Credit Transfer

## Other responses

- `400` — Bad Request. The incoming request had a malformed parameter/object.
- `401` — Unauthorized. The caller has not been authenticated.
- `403` — Forbidden. The caller has been authenticated but is not allowed to take the requested action.
- `404` — Not Found. The requested resource could not be found.
- `406` — Not Acceptable. The resource does not have a current representation that would be acceptable to the user agent. "Accept" header defined unsupported value.
- `429` — Too Many Requests. The caller has exceeded their quota for the time period and has been throttled.
- `500` — Internal Server Error. The service encountered an unexpected error.
- `503` — Service Unavailable. The service handling for this request cannot be reached at this time.
- `504` — Gateway Timeout. The service gateway has reached its internal timeout.

---

[API](https://skmtc.net/upvest/apis/upvest-investment-api.md) · [All operations](https://skmtc.net/upvest/apis/upvest-investment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upvest/upvest-investment-api/revisions/2c6bc192bc09/schema)
