Treasury Prime website screenshot

Treasury Prime

Treasury Prime is an embedded banking platform connecting fintechs and enterprises to a network of partner banks. Provides REST APIs for persons, businesses, accounts, cards, payments (ACH, wire, book), transactions, statements, and webhooks.

2 APIs 0 Features
FinTechBaaSBankingPaymentsCard IssuingACH

APIs

Treasury Prime Bank API

REST API covering Persons, Businesses, Accounts, Cards, Payments (ACH, Wire, Book), Transactions, Statements, Counterparties, External Transfers, and Webhooks across a network o...

Treasury Prime Webhooks

Outbound HTTP webhook delivery for account, card, transaction, payment, and KYC events.

Collections

Pricing Plans

Rate Limits

Treasury Prime Rate Limits

1 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Treasury Prime Bank API
  version: '1'
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Health
    type: folder
  items:
  - info:
      name: Health check
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/ping
    docs: Health check
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: List accounts
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/account
    docs: List accounts
  - info:
      name: Fetch an account
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/account/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Fetch an account
  - info:
      name: Update an account
      type: http
    http:
      method: PATCH
      url: https://api.sandbox.treasuryprime.com/account/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update an account
- info:
    name: Persons
    type: folder
  items:
  - info:
      name: Fetch a person
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/person/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Fetch a person
  - info:
      name: Update a person
      type: http
    http:
      method: PATCH
      url: https://api.sandbox.treasuryprime.com/person/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a person
- info:
    name: Businesses
    type: folder
  items:
  - info:
      name: List businesses
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/business
    docs: List businesses
  - info:
      name: Fetch a business
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/business/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Fetch a business
  - info:
      name: Update a business
      type: http
    http:
      method: PATCH
      url: https://api.sandbox.treasuryprime.com/business/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a business
- info:
    name: Cards
    type: folder
  items:
  - info:
      name: List cards
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/card
    docs: List cards
  - info:
      name: Create a card
      type: http
    http:
      method: POST
      url: https://api.sandbox.treasuryprime.com/card
    docs: Create a card
  - info:
      name: Fetch a card
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/card/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Fetch a card
  - info:
      name: Update a card
      type: http
    http:
      method: PATCH
      url: https://api.sandbox.treasuryprime.com/card/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a card
- info:
    name: Payments
    type: folder
  items:
  - info:
      name: List ACH transfers
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/ach
    docs: List ACH transfers
  - info:
      name: Create an ACH transfer
      type: http
    http:
      method: POST
      url: https://api.sandbox.treasuryprime.com/ach
    docs: Create an ACH transfer
  - info:
      name: Fetch an ACH transfer
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/ach/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Fetch an ACH transfer
  - info:
      name: Update an ACH transfer
      type: http
    http:
      method: PATCH
      url: https://api.sandbox.treasuryprime.com/ach/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update an ACH transfer
  - info:
      name: List book transfers
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/book
    docs: List book transfers
  - info:
      name: Create a book transfer
      type: http
    http:
      method: POST
      url: https://api.sandbox.treasuryprime.com/book
    docs: Create a book transfer
  - info:
      name: Fetch a book transfer
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/book/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Fetch a book transfer
  - info:
      name: Update a book transfer
      type: http
    http:
      method: PATCH
      url: https://api.sandbox.treasuryprime.com/book/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a book transfer
  - info:
      name: List issued checks
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/check
    docs: List issued checks
  - info:
      name: Issue a check
      type: http
    http:
      method: POST
      url: https://api.sandbox.treasuryprime.com/check
    docs: Issue a check
  - info:
      name: Fetch an issued check
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/check/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Fetch an issued check
  - info:
      name: Update an issued check
      type: http
    http:
      method: PATCH
      url: https://api.sandbox.treasuryprime.com/check/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update an issued check
  - info:
      name: List check deposits
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/check_deposit
    docs: List check deposits
  - info:
      name: Create a check deposit
      type: http
    http:
      method: POST
      url: https://api.sandbox.treasuryprime.com/check_deposit
    docs: Create a check deposit
  - info:
      name: Fetch a check deposit
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/check_deposit/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Fetch a check deposit
- info:
    name: Transactions
    type: folder
  items:
  - info:
      name: List transactions
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/transaction
    docs: List transactions
  - info:
      name: Fetch a transaction
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/transaction/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Fetch a transaction
  - info:
      name: Update a transaction
      type: http
    http:
      method: PATCH
      url: https://api.sandbox.treasuryprime.com/transaction/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a transaction
- info:
    name: Statements
    type: folder
  items:
  - info:
      name: Fetch a statement
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/account/statement
    docs: Fetch a statement
  - info:
      name: Generate a statement
      type: http
    http:
      method: POST
      url: https://api.sandbox.treasuryprime.com/account/statement
    docs: Generate a statement
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: List webhooks
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/webhook
    docs: List webhooks
  - info:
      name: Create a webhook
      type: http
    http:
      method: POST
      url: https://api.sandbox.treasuryprime.com/webhook
    docs: Create a webhook
  - info:
      name: Fetch a webhook
      type: http
    http:
      method: GET
      url: https://api.sandbox.treasuryprime.com/webhook/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Fetch a webhook
  - info:
      name: Update a webhook
      type: http
    http:
      method: PATCH
      url: https://api.sandbox.treasuryprime.com/webhook/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a webhook
  - info:
      name: Delete a webhook
      type: http
    http:
      method: DELETE
      url: https://api.sandbox.treasuryprime.com/webhook/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete a webhook
bundled: true