The Program object

Program is a configuration includes details, limits, and other settings.
Program
The Program object
 last updated: 
January 30, 2024
  1. {
  2.   "id": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
  3.   "productName": "acme fintech",
  4.   "accountNumberPrefix": "8871",
  5.   "status": "active",
  6.   "description": "This program is for acme",
  7.   "programType": "platform",
  8.   "identity": {
  9.     "themeId": "",
  10.     "templateId": "",
  11.     "enabled": true
  12.   },
  13.   "company": {
  14.     "name": "Acme, Inc.",
  15.     "domain": "acme.com",
  16.     "subDomain": "app.acme.com",
  17.     "description": "acme is fintech super app for the gen z",
  18.     "tin": "21345",
  19.     "entityType": "unlistedCorporation",
  20.     "address": {
  21.       "addressType": "mailing",
  22.       "line1": "123 Main St",
  23.       "line2": "",
  24.       "city": "New York",
  25.       "state": "NY",
  26.       "country": "US",
  27.       "postalCode": "10001"
  28.     },
  29.     "contact": {
  30.       "name": "Jake Thompson",
  31.       "email": "jake@acme.com",
  32.       "phoneNumber": "+14083908321"
  33.     },
  34. "businessId": ""
  35.   },
  36.   "brand": {
  37.     "id": "pbr-e581be56-0785-449c-877f-2ad01164d5d4",
  38.     "primaryColor": "#141414",
  39.     "squareLogo": "",
  40.     "landscapeLogo": "",
  41.     "fontName": "helvatica",
  42.     "fontURL": "",
  43.     "cardArtPhysical": "",
  44.     "cardArtVirtual": "",
  45.     "cardArtVirtualBack": "",
  46.     "cardArtPhysicalBack": "",
  47.     "secondaryColor": "",
  48.     "supportEmail": "",
  49.     "darkPrimaryColor": "",
  50.     "darkSecondaryColor": "",
  51.     "darkSquareLogo": "",
  52.     "darkLandscapeLogo": "",
  53.     "redirectUrl": "https://acme.app/",
  54.     "createdAt": "2021-03-30T13:43:51Z",
  55.     "modifiedAt": "2021-12-17T08:24:37.148261994Z"
  56.   },
  57.   "bank": {
  58.     "sponsor": "Evolve",
  59.     "fdicInsurance": true,
  60.     "maxAccounts": {
  61.       "personal": "10",
  62.       "business": "10"
  63.     },
  64.     "accountType": {
  65.       "personalChecking": true,
  66.       "personalSavings": false,
  67.       "businessChecking": true,
  68.       "businessSavings": false
  69.     },
  70.     "accountSubType": {
  71.       "dda": true,
  72.       "interest": true,
  73.       "clearing": false,
  74.       "reserve": false,
  75.       "accrue": false
  76.     },
  77.     "accountInterest": "0.00",
  78.     "accountFees": "0.00",
  79.     "accountInterestFrequency": "annual",
  80.     "accountCreationCredit": "00.00"
  81.   },
  82.   "card": {
  83.     "type": {
  84.       "virtual": {
  85.         "enabled": true,
  86.         "count": "1000"
  87.       },
  88.       "physical": {
  89.         "enabled": true,
  90.         "count": "100"
  91.       }
  92.     },
  93.     "bin": {
  94.       "personalDebit": {
  95.         "enabled": true,
  96.         "sponsor": "Evolve",
  97.         "issuerProcessor": "i",
  98.         "embosser": "",
  99.         "issuerProcessorData": null
  100.       },
  101.       "personalCredit": {
  102.         "enabled": true,
  103.         "sponsor": "Evolve",
  104.         "issuerProcessor": "",
  105.         "embosser": "",
  106.         "issuerProcessorData": null
  107.       },
  108.       "businessDebit": {
  109.         "enabled": true,
  110.         "sponsor": "Evolve",
  111.         "issuerProcessor": "",
  112.         "embosser": "",
  113.         "issuerProcessorData": null
  114.       },
  115.       "businessCredit": {
  116.         "enabled": true,
  117.         "sponsor": "Evolve",
  118.         "issuerProcessor": "",
  119.         "embosser": "",
  120.         "issuerProcessorData": null
  121.       }
  122.     }
  123.   },
  124.   "send": {
  125.     "intrabank": {
  126.       "enabled": true,
  127.       "via": "Test Bank"
  128.     },
  129.     "ach": {
  130.       "enabled": true,
  131.       "via": "Test Bank",
  132.       "sameDay": true
  133.     },
  134.     "wire": {
  135.       "enabled": true,
  136.       "via": "Test Bank"
  137.     },
  138.     "check": {
  139.       "enabled": true,
  140.       "via": "Test Bank"
  141.     },
  142.     "card": {
  143.       "enabled": true,
  144.       "via": "Test Bank"
  145.     },
  146.     "debitCard": {
  147.       "enabled": false,
  148.       "via": ""
  149.     }
  150.   },
  151.   "receive": {
  152.     "intrabank": {
  153.       "enabled": true,
  154.       "via": "Test Bank"
  155.     },
  156.     "ach": {
  157.       "enabled": true,
  158.       "via": "Test Bank",
  159.       "sameDay": true
  160.     },
  161.     "check": {
  162.       "enabled": true,
  163.       "via": "Test Bank"
  164.     },
  165.     "debitCard": {
  166.       "enabled": false,
  167.       "via": ""
  168.     }
  169.   },
  170.   "limits": {
  171.     "receive": {
  172.       "daily": "400000.00",
  173.       "monthly": "1200000.00"
  174.     },
  175.     "send": {
  176.       "daily": "20000.00",
  177.       "monthly": "300000.53"
  178.     }
  179.   },
  180.   "legal": {
  181.     "bank": "",
  182.     "program": "",
  183.     "solid": "",
  184.     "help": "",
  185.     "disclosure": ""
  186.   },
  187.   "billing": {
  188.     "platformFee": "0.00",
  189.     "perAccountFee": "0.00",
  190.     "interestRate": "0.00",
  191.     "interchangeRevShare": "0.00",
  192.     "perCardFee": "0.00"
  193.   },
  194.   "createdAt": "2021-03-30T13:43:51Z",
  195.   "modifiedAt": "2021-12-17T08:24:37.210849425Z",
  196.   "language": "",
  197.   "notification": {
  198.     "ntfSmsEnabled": true,
  199.     "solidNtfSenderNumber": "",
  200.     "smsSenderNumber": "",
  201.     "twilioSenderSid": "",
  202.     "twilioSenderToken": "",
  203.     "ntfEmailEnabled": true,
  204.     "ntfSenderEmail": "",
  205.     "ntfSenderName": "",
  206.     "sendgridKey": "",
  207.     "segmentId": ""
  208.   },
  209.   "ops": {
  210.     "kyc": true,
  211.     "kyb": true
  212.   },
  213.   "allowedIpList": null,
  214.   "fallback": {
  215.     "originated": null,
  216.     "received": null
  217.   },
  218.   "realTimeAuth": {
  219.     "notification": null,
  220.     "card": null,
  221.     "ach": null,
  222.     "intrabank": null
  223. },
  224.  "dispute": {
  225.    "checkingAccountId": ""
  226.  }
  227. }