PATCH
/
v1
/
send
/
wire
/
{transferId}
curl --request PATCH \
  --url https://qa-api.sbx.solidfi.com/v1/send/wire/{transferId} \
  --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",
  "accountNumber": "1098324502",
  "accountType": "businessChecking",
  "address": {
    "addressType": "wire",
    "city": "New York",
    "country": "US",
    "line1": "123 Main St",
    "line2": "",
    "postalCode": "10001",
    "state": "NY"
  },
  "amount": "4.00",
  "attachment": "",
  "bankName": "Wells Fargo",
  "bin": "",
  "card": null,
  "contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
  "createdAt": "2023-11-20T08:21:44Z",
  "description": "New description",
  "destinationAmount": "0.00",
  "destinationCurrency": "",
  "fallbackTransferId": "",
  "iban": "",
  "id": "tra-35c664c1-8816-4f2d-9391-b6fb08e91af2",
  "metadata": {
    "description": "Pro user",
    "externalId": "usr_9HG724gvHJB378v3h"
  },
  "modifiedAt": "2023-11-20T08:21:54Z",
  "name": "Bright Might LLC",
  "parentTransferId": "",
  "purposeCode": "",
  "reviewCode": "",
  "reviewMessage": "",
  "routingNumber": "122235821",
  "status": "pending",
  "title": "New title",
  "transferSubType": "originated",
  "transferType": "domesticWire",
  "transferredAt": "2023-11-20T08:21:44Z",
  "txnType": "debit",
  "type": "",
  "valid": "true"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

transferId
string
required

Body

application/json
description
string
Example:

"New description"

metadata
object
title
string
Example:

"New title"

Response

200 - application/json
Update an Wire Transfer
accountId
string
Example:

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

accountNumber
string
Example:

"1098324502"

accountType
string
Example:

"businessChecking"

address
object
amount
string
Example:

"4.00"

attachment
string
Example:

""

bankName
string
Example:

"Wells Fargo"

bin
string
Example:

""

card
any | null
contactId
string
Example:

"con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7"

createdAt
string
Example:

"2023-11-20T08:21:44Z"

description
string
Example:

"New description"

destinationAmount
string
Example:

"0.00"

destinationCurrency
string
Example:

""

fallbackTransferId
string
Example:

""

iban
string
Example:

""

id
string
Example:

"tra-35c664c1-8816-4f2d-9391-b6fb08e91af2"

metadata
object
modifiedAt
string
Example:

"2023-11-20T08:21:54Z"

name
string
Example:

"Bright Might LLC"

parentTransferId
string
Example:

""

purposeCode
string
Example:

""

reviewCode
string
Example:

""

reviewMessage
string
Example:

""

routingNumber
string
Example:

"122235821"

status
string
Example:

"pending"

title
string
Example:

"New title"

transferSubType
string
Example:

"originated"

transferType
string
Example:

"domesticWire"

transferredAt
string
Example:

"2023-11-20T08:21:44Z"

txnType
string
Example:

"debit"

type
string
Example:

""

valid
string
Example:

"true"