Documentation

List Bank Accounts


Endpoint

   /3p/api/v1/bank-account/list/{user_uuid}

 

Response Object

{
    "status": true,
    "message": "",
    "data": [
      {
        "uuid": "f7a809c8-1987-4627-b1ab-885550cbbb5a",
        "account_number": "*****7159",
        "routing_number": "800123456",
        "account_name": "Joint Savings - 7100",
        "account_type": "savings",
        "aggregator_type": "yodlee",
        "created_at": "2023-10-16 16:19:42",
        "is_default": true
      },
      {
        "uuid": "9abaa7dc-b31d-4fdf-b8a5-e62c8a582c9b",
        "account_number": "232747159",
        "routing_number": "121000358",
        "account_name": "Joint Savings - 7159",
        "account_type": "savings",
        "aggregator_type": "yodlee",
        "created_at": "2023-11-29 13:31:48",
        "is_default": false
      }
    ],
    "errors": null,
    "error_code": null
}