PATCH
/
v1
/
account
/
{accountId}
/
transaction
/
{transactionId}
curl --request PATCH \
  --url https://qa-api.sbx.solidfi.com/v1/account/{accountId}/transaction/{transactionId} \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "New description",
  "metadata": {
    "description": "Pro user",
    "externalId": "usr_9HG724gvHJB378v3h"
  },
  "title": "New title"
}'
{
  "accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
  "ach": {
    "authId": "",
    "bankName": "Wells Fargo",
    "contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
    "name": "Bright Might LLC",
    "routingNumber": "122235821",
    "traceNumber": "",
    "transferId": "tra-129f4f1d-4335-4a03-b22c-5c1937ea9c9b",
    "type": "sameDay"
  },
  "amount": "6.00",
  "balance": "931.00",
  "businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
  "buy": null,
  "card": null,
  "createdAt": "2023-11-20T08:28:40Z",
  "crossBorder": null,
  "debitCard": null,
  "description": "New description",
  "digitalCheck": null,
  "domesticWire": null,
  "enrichedData": {
    "chartOfAccounts": [],
    "labels": [
      "financial services",
      "intra account transfer"
    ],
    "merchant": {
      "address": null,
      "email": "",
      "location": null,
      "logo": "https://logos.ntropy.com/business_icons-financial_services-intra_account_transfer",
      "name": "",
      "phone": "",
      "website": ""
    }
  },
  "fallbackTransferId": "",
  "fallbackTxnId": "",
  "familyId": "",
  "id": "txn-d8e46c53-f0df-44df-8381-10e7e5310c89",
  "internationalWire": null,
  "intrabank": null,
  "metadata": {
    "description": "Pro user",
    "externalId": "usr_9HG724gvHJB378v3h"
  },
  "modifiedAt": "2023-11-20T08:28:58Z",
  "parentTransferId": "",
  "parentTxnId": "",
  "personId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
  "physicalCheck": null,
  "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
  "reviewCode": "",
  "reviewMessage": "",
  "sell": null,
  "solidCard": null,
  "status": "pending",
  "subType": "originated",
  "title": "New title",
  "transferType": "ach",
  "txnDate": "2023-11-20T08:28:40Z",
  "txnType": "credit"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

accountId
string
required
transactionId
string
required

Body

application/json
description
string
Example:

"New description"

metadata
object
title
string
Example:

"New title"

Response

200 - application/json
Update a Transaction
accountId
string
Example:

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

ach
object
amount
string
Example:

"6.00"

balance
string
Example:

"931.00"

businessId
string
Example:

"bus-a4c781d1-abf2-4030-bc70-d860cf164013"

buy
any | null
card
any | null
createdAt
string
Example:

"2023-11-20T08:28:40Z"

crossBorder
any | null
debitCard
any | null
description
string
Example:

"New description"

digitalCheck
any | null
domesticWire
any | null
enrichedData
object
fallbackTransferId
string
Example:

""

fallbackTxnId
string
Example:

""

familyId
string
Example:

""

id
string
Example:

"txn-d8e46c53-f0df-44df-8381-10e7e5310c89"

internationalWire
any | null
intrabank
any | null
metadata
object
modifiedAt
string
Example:

"2023-11-20T08:28:58Z"

parentTransferId
string
Example:

""

parentTxnId
string
Example:

""

personId
string
Example:

"per-e6553324-1db8-49a8-a0d3-29132280b838"

physicalCheck
any | null
programId
string
Example:

"prg-ffa511da-1adc-4603-b845-173b895a33f6"

reviewCode
string
Example:

""

reviewMessage
string
Example:

""

sell
any | null
solidCard
any | null
status
string
Example:

"pending"

subType
string
Example:

"originated"

title
string
Example:

"New title"

transferType
string
Example:

"ach"

txnDate
string
Example:

"2023-11-20T08:28:40Z"

txnType
string
Example:

"credit"