v2

latestSwagger 2.02026-08-0610101.9 MB
Bank accounts

Get bank account product

Fetches a bank account product by ID

get/v0/bank/products/{bank-product-id}

Path parameters

bank-product-idstring required

Response

OK

bank-account-product-status'inactive' | 'active' required
bank-account-product-class'savings' | 'safeguarding' | 'client-money' | 'operational' | 'embedded' required
display-namestring required

The mutable display name for the bank account product

funding-type'pooled' | 'dedicated' required
updated-atstring date-time

ISO 8601 formatted date-time.

created-atstring date-time required

ISO 8601 formatted date-time.

organization-urlstring required

Link to the organization.

owner-type'individual' | 'corporation' required

Example response

{
  "notice-period": {
    "payout-time": {
      "time-zone": "Europe/London"
    }
  },
  "display-name": "Operational",
  "organization-url": "/v0/organizations/og.IG9yZ2FuaXphdGlvbi1pZA"
}