Developer Resources
Get started issuing custom debit cards
The Treasury Prime + Marqeta partnership gives you the access to best-in-class card issuing and best-in-class banking APIs in the same place.
Find out how →
Sandbox
→
Start building today
Create API keys instantly, test payments, cards, & more
Start now →
Guides
→
Follow our easy getting started guide
Start using the API in minutes
Read the guide →
Docs
→
Explore the API documentation
Learn the ins and outs of the Treasury Prime API
Explore the docs →
Integrations with leading partners to help you move fast
Simple, developer-first APIs
Get sandbox API keys
Explore the docs →
Create an ACH
List transactions
Make a transfer
Deposit a check
Check account balance
01
$ curl -u $API_KEY_ID:$API_KEY_VALUE https://api.treasuryprime.com/ach \
02
-H 'Content-Type: application/json' \
03
-d '{
04
"account_id": "acct_1234567890",
05
"amount": "100.00",
06
"counterparty_id": "cp_0987654321",
07
"direction": "credit",
08
"sec_code": "ccd"
09
}'
01
$ curl https://api.treasuryprime.com/account/acct_1029384756/transaction \
02
-u "$API_KEY_ID:$API_KEY_VALUE"
01
$ curl -u $API_KEY_ID:$API_KEY_VALUE https://api.treasuryprime.com/ach \
02
-H 'Content-Type: application/json' \
03
-d '{
04
"amount": "100.00",
05
"from_account_id": "acct_1234567890",
06
"to_account_id": "acct_0987654321"
07
}'
01
$ curl -u $API_KEY_ID:$API_KEY_VALUE https://api.treasuryprime.com/check_deposit \
02
-H 'Content-Type: application/json' \
03
-d '{
04
"account_id": "acct_1234567890",
05
"amount": "100.00",
06
"back_image_file_id": "file_0987654321",
07
"front_image_file_id": "file_1234567890",
08
"device": {"os_name": "ios",
09
"os_version": "12"},
10
"person_id": "owner_1234567890"
11
}'
01
$ curl -u $API_KEY_ID:$API_KEY_VALUE https://api.treasuryprime.com/account/acct_1029384756
The Process
From Sandbox to Production. Fast.
Start building in Sandbox
Create keys and start building with the API in our Developer Sandbox!
Start in Sandbox
Match with a bank partner
When you're ready, contact us and we'll match you with a bank partner who supports your unique needs.
Move to production
Our customer success team walks you through everything you'll need to start opening real accounts, issuing cards, and more.
Launch your new product!
Introduce your great new financial products to the world.