v4
latestOpenAPI 3.1.02026-08-012402353.8 MBSandbox: Create a Program
Simulates a Program being created in your group. By default, your group has one program called Commercial Banking. Note that when your group operates more than one program, program_id is a required field when creating accounts.
post/simulations/programs
Request body
Example request
{
"name": "For Benefit Of"
}Response
Program
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"
}