Skip To Content

Unlock your ability to scale efficiently

Grasshopper’s embedded payments platform enables businesses to benefit from an innovative, industry-leading digital banking solution.

API Banking

In partnership with Treasury PrimeAn industry-leading API platform designed to enable your growth

The combination of Treasury Prime’s API expertise and Grasshopper's unique product capabilities delivers a highly efficient and effective API Banking experience.

  • ACH Debits & Credits

  • Domestic Wires

  • Account Balance & Transaction Activity

  • Funds Transfers Between Accounts

  • Bill Payments

What is API Banking?

Integrate your digital banking data with your business data the way you want. Application program interfaces (APIs) communicate between our banking core and your platforms. This allows you to securely send and receive payments and seamlessly manage your finances all from your current operating system.

Who can benefit from API Banking?

Anybody from a startup SaaS provider to a marketplace or manufacturer can innovate faster with API Banking.

  • Fintechs

    Scale your business without burning capital on incremental accounting staff.

  • B2B Marketplaces

    Facilitate payments supporting customer transactions.

  • Manufacturers

    Pay suppliers more efficiently while reducing reconciliation efforts.

$ curl -u $API_KEY_ID:$API_KEY_VALUE https://api.treasuryprime.com/ach \
   -H 'Content-Type: application/json' \
   -d '{
         "account_id": "acct_1234567890",
         "amount": "100.00",
         "counterparty_id": "cp_0987654321",
         "direction": "credit",
         "sec_code": "ccd"
       }'
$ curl -u $API_KEY_ID:$API_KEY_VALUE https://api.treasuryprime.com/ach \
   -H 'Content-Type: application/json' \
   -d '{
         "amount": "100.00",
         "from_account_id": "acct_1234567890",
         "to_account_id": "acct_0987654321"
       }'
$ curl https://api.treasuryprime.com/account/acct_1029384756/transaction \
   -u "$API_KEY_ID:$API_KEY_VALUE"
$  curl -u $API_KEY_ID:$API_KEY_VALUE https://api.treasuryprime.com/account/acct_1029384756
$ curl -u $API_KEY_ID:$API_KEY_VALUE https://api.treasuryprime.com/billpay/payment \
    -H 'Content-Type: application/json' \
    -d '{
          "account_id": "acct_1234567890",
          "amount": "20.00",
          "billpay_counterparty_id": "bpcp_0987654321",
          "person_id": "owner_1234567890"
        }'

Questions about how Grasshopper's API platform can integrate into your business?

Contact our API Banking team today!

We don't support Internet Explorer

Please use Chrome, Safari, Firefox, or Edge to view this site.