Treasury Prime Statements API

The Statements API from Treasury Prime — 1 operation(s) for statements.

OpenAPI Specification

treasury-prime-statements-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Treasury Prime Bank Accounts Statements API
  version: '1'
  description: 'REST API covering Accounts, Persons, Businesses, Cards, Payments

    (ACH, Wire, Book, Check), Transactions, Statements, and Webhooks across

    Treasury Prime''s network of sponsor banks. Endpoints derived from

    https://docs.treasuryprime.com/.

    '
  contact:
    name: Treasury Prime
    url: https://developers.treasuryprime.com/
servers:
- url: https://api.sandbox.treasuryprime.com
  description: Sandbox
security:
- BasicAuth: []
tags:
- name: Statements
paths:
  /account/statement:
    get:
      tags:
      - Statements
      summary: Fetch a statement
      responses:
        '200':
          description: Statement
    post:
      tags:
      - Statements
      summary: Generate a statement
      responses:
        '200':
          description: Generated
components:
  securitySchemes:
    BasicAuth:
      type: http
      scheme: basic
      description: HTTP Basic Auth using API Key ID (username) and Secret (password).