v4

OpenAPI 3.1.02026-08-012402353.8 MB

Retrieve a Program

get/programs/{program_id}

Path parameters

program_idstring required

The identifier of the Program to retrieve.

Response

Program

bank'core_bank' | 'first_internet_bank' | 'grasshopper_bank' | 'increase_bank' required

The Bank the Program is with.

billing_account_idstring nullable required

The Program billing account.

created_atstring date-time required

The ISO 8601 time at which the Program was created.

default_digital_card_profile_idstring nullable required

The default configuration for digital cards attached to this Program.

idstring required

The Program identifier.

interest_ratestring required

The Interest Rate currently being earned on the accounts in this program, as a string containing a decimal number. For example, a 1% interest rate would be represented as "0.01".

namestring required

The name of the Program.

type'program' required

A constant representing the object's type. For this resource it will always be program.

updated_atstring date-time required

The ISO 8601 time at which the Program was last updated.

Example response

{
  "bank": "first_internet_bank",
  "billing_account_id": null,
  "created_at": "2020-01-31T23:59:59Z",
  "default_digital_card_profile_id": null,
  "id": "program_i2v2os4mwza1oetokh9i",
  "interest_rate": "0.01",
  "lending": null,
  "name": "Commercial Banking",
  "type": "program",
  "updated_at": "2020-01-31T23:59:59Z"
}