GET
/
v1
/
account
/
{accountId}
/
statement
/
2021
/
12
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/account/{accountId}/statement/2021/12 \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
  "accountNumber": "9871617287452704",
  "closingBalance": "1000.00",
  "endDate": "2023-11-30",
  "label": "Main Account",
  "openingBalance": "0.00",
  "routingNumber": "123206972",
  "startDate": "2023-11-01",
  "totalCredit": "1000.00",
  "totalDebit": "0.00",
  "transactions": [
    {
      "accountCreatedPersonId": "",
      "accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
      "ach": null,
      "amount": "1000.00",
      "balance": "1000.00",
      "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
      "businessName": "",
      "buy": null,
      "card": null,
      "createdAt": "2023-11-20T06:27:19Z",
      "crossBorder": null,
      "cryptoAddress": "",
      "currency": "C_UNSPECIFIED",
      "custodianId": "PN_UNSPECIFIED",
      "debitCard": null,
      "description": "Account Opened",
      "digitalCheck": null,
      "domesticWire": null,
      "enrichedData": null,
      "fallbackTransferId": "",
      "fallbackTxnId": "",
      "familyId": "",
      "id": "txn-7bd26826-89d1-4b74-bf28-606b485d4ab7",
      "initiatedByPersonName": "",
      "internationalWire": null,
      "intrabank": {
        "bankName": "",
        "contactId": "",
        "name": "QALcb",
        "routingNumber": "123206972",
        "transferId": "tra-2ac8e3c5-12b7-45c9-ad80-39d003e173d2"
      },
      "metadata": null,
      "modifiedAt": null,
      "network": "",
      "parentTransferId": "",
      "parentTxnId": "",
      "personId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
      "physicalCheck": null,
      "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
      "quotedCurrency": "C_UNSPECIFIED",
      "quotedPrice": "",
      "reviewCode": "",
      "reviewMessage": "",
      "secondaryAccountId": "",
      "sell": null,
      "solidCard": null,
      "status": "settled",
      "subType": "accountCreationCredit",
      "title": "Account Opened",
      "transferType": "intrabank",
      "txnDate": "2023-11-20T06:27:19Z",
      "txnHash": "",
      "txnType": "credit"
    }
  ]
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

accountId
string
required

Query Parameters

export
string
Example:

"json"

Body

application/json · any

The body is of type any.

Response

200 - application/json
Retrieve a Statement
accountId
string
Example:

"acc-ab566541-69c5-4393-8a41-47f167b2af02"

accountNumber
string
Example:

"9871617287452704"

closingBalance
string
Example:

"1000.00"

endDate
string
Example:

"2023-11-30"

label
string
Example:

"Main Account"

openingBalance
string
Example:

"0.00"

routingNumber
string
Example:

"123206972"

startDate
string
Example:

"2023-11-01"

totalCredit
string
Example:

"1000.00"

totalDebit
string
Example:

"0.00"

transactions
object[]
Example:
[
  {
    "accountCreatedPersonId": "",
    "accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
    "ach": null,
    "amount": "1000.00",
    "balance": "1000.00",
    "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
    "businessName": "",
    "buy": null,
    "card": null,
    "createdAt": "2023-11-20T06:27:19Z",
    "crossBorder": null,
    "cryptoAddress": "",
    "currency": "C_UNSPECIFIED",
    "custodianId": "PN_UNSPECIFIED",
    "debitCard": null,
    "description": "Account Opened",
    "digitalCheck": null,
    "domesticWire": null,
    "enrichedData": null,
    "fallbackTransferId": "",
    "fallbackTxnId": "",
    "familyId": "",
    "id": "txn-7bd26826-89d1-4b74-bf28-606b485d4ab7",
    "initiatedByPersonName": "",
    "internationalWire": null,
    "intrabank": {
      "bankName": "",
      "contactId": "",
      "name": "QALcb",
      "routingNumber": "123206972",
      "transferId": "tra-2ac8e3c5-12b7-45c9-ad80-39d003e173d2"
    },
    "metadata": null,
    "modifiedAt": null,
    "network": "",
    "parentTransferId": "",
    "parentTxnId": "",
    "personId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
    "physicalCheck": null,
    "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
    "quotedCurrency": "C_UNSPECIFIED",
    "quotedPrice": "",
    "reviewCode": "",
    "reviewMessage": "",
    "secondaryAccountId": "",
    "sell": null,
    "solidCard": null,
    "status": "settled",
    "subType": "accountCreationCredit",
    "title": "Account Opened",
    "transferType": "intrabank",
    "txnDate": "2023-11-20T06:27:19Z",
    "txnHash": "",
    "txnType": "credit"
  }
]