Skip to main content

Retrieve an account

GET 

/api/accounts/:id

This API endpoint is used to retrieve comprehensive details about an account. It serves as a valuable tool for accessing specific account data within your system, given the presence of fields like "currency," "availableBalance," and "forecastedBalance."

Request

Path Parameters

    id stringrequired

    Account identifier

Responses

OK - The request was processed successfully.

Schema
    id integer
    type string

    Possible values: [normal, collateral, guarantee, escrow, paypal]

    currency string
    baseCurrency string
    availableBalance number
    baseCurrencyBalance number
    forecastedBalance number
    ibans object[]
  • Array [
  • type string

    Possible values: [normal, qr]

    value string

    Can be IBAN or account number. If the first 2 characters are letters, it is an IBAN, otherwise, an account number.

    routingType string
    routingCode string
  • ]
Loading...