ENDPOINT
- GET /v1/program/:id/account
RESPONSE
- {
- "total": 2,
- "data": [
- {
- "id": "acc-2a97408e-3a5b-492a-83fb-daba2edbd047",
- "businessId": "",
- "label": "Secondary",
- "routingNumber": "084106768",
- "accountNumber": "9990001110720346",
- "status": "active",
- "type": "personalChecking",
- "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
- "isVerified": false,
- "verifiedAt": "",
- "acceptedTerms": true,
- "interest": "0.50",
- "fees": "0.00",
- "currency": "USD",
- "availableBalance": "0.00",
- "sponsorBankName": "Evolve",
- "createdAt": "2021-12-19T18:25:47Z",
- "modifiedAt": "2021-12-19T18:25:47Z",
- "pendingDebit": "0",
- "pendingCredit": "0",
- "createdPersonId": "per-02e54dd4-e5fb-48ee-9d22-67f98f50cb53",
- "accountInterestFrequency": "annual",
- "metadata": null,
- "config": {
- "card": {
- "virtual": {
- "enabled": true,
- "count": "1000"
- },
- "physical": {
- "enabled": true,
- "count": "100"
- }
- },
- "send": {
- "intrabank": {
- "enabled": true
- },
- "ach": {
- "enabled": true,
- "sameDay": true
- },
- "wire": {
- "enabled": true
- },
- "check": {
- "enabled": true
- },
- "card": {
- "enabled": true
- },
- "debitCard": {
- "enabled": false
- }
- },
- "receive": {
- "intrabank": {
- "enabled": true
- },
- "ach": {
- "enabled": true,
- "sameDay": true
- },
- "check": {
- "enabled": true
- },
- "debitCard": {
- "enabled": false
- }
- },
- "limits": {
- "send": {
- "daily": "2000.00",
- "monthly": "300000.53"
- },
- "receive": {
- "daily": "4000000.00",
- "monthly": "12000000.00"
- }
- },
- "fallback": {
- "originated": null,
- "received": null
- }
- }
- },
- {
- "id": "acc-a8e09c2c-d2e1-487a-9bfd-e4e58dfebbd2",
- "businessId": "",
- "label": "Primary",
- "routingNumber": "084106768",
- "accountNumber": "9990001164748442",
- "status": "active",
- "type": "personalChecking",
- "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
- "isVerified": false,
- "verifiedAt": "",
- "acceptedTerms": true,
- "interest": "0.50",
- "fees": "0.00",
- "currency": "USD",
- "availableBalance": "0.00",
- "sponsorBankName": "Evolve",
- "createdAt": "2021-12-19T18:24:48Z",
- "modifiedAt": "2021-12-19T18:24:48Z",
- "pendingDebit": "0",
- "pendingCredit": "0",
- "createdPersonId": "per-02e54dd4-e5fb-48ee-9d22-67f98f50cb53",
- "accountInterestFrequency": "annual",
- "metadata": null,
- "config": {
- "card": {
- "virtual": {
- "enabled": true,
- "count": "1000"
- },
- "physical": {
- "enabled": true,
- "count": "100"
- }
- },
- "send": {
- "intrabank": {
- "enabled": true
- },
- "ach": {
- "enabled": true,
- "sameDay": true
- },
- "wire": {
- "enabled": true
- },
- "check": {
- "enabled": true
- },
- "card": {
- "enabled": true
- },
- "debitCard": {
- "enabled": false
- }
- },
- "receive": {
- "intrabank": {
- "enabled": true
- },
- "ach": {
- "enabled": true,
- "sameDay": true
- },
- "check": {
- "enabled": true
- },
- "debitCard": {
- "enabled": false
- }
- },
- "limits": {
- "send": {
- "daily": "2000.00",
- "monthly": "300000.53"
- },
- "receive": {
- "daily": "4000000.00",
- "monthly": "12000000.00"
- }
- },
- "fallback": {
- "originated": null,
- "received": null
- }
- }
- }
- ]
- }