Skip to content

Implement CashPro API Client

Create a client for calling Bank of America's CashPro Account Information API.

Note:

  • Auth via Bearer token in Authorization header
  • API docs: https://developer.bankofamerica.com/CPODevPortal/apidocs/public/#/api/account-information
  • Client should support fetching account balances and transaction data
  • Handle API errors and rate limiting appropriately