GET
/
v1
/
send
/
intrabank
/
{transferId}
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/send/intrabank/{transferId} \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
  "accountNumber": "9871617230445721",
  "accountType": "",
  "address": {
    "addressType": "",
    "city": "",
    "country": "",
    "line1": "",
    "line2": "",
    "postalCode": "",
    "state": ""
  },
  "amount": "25.00",
  "attachment": "",
  "bankName": "Lewis & Clark Bank",
  "bin": "",
  "card": null,
  "contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
  "createdAt": "2023-11-20T08:20:42Z",
  "description": "Fund",
  "destinationAmount": "0.00",
  "destinationCurrency": "",
  "fallbackTransferId": "",
  "iban": "",
  "id": "tra-92ee3757-750a-4768-8acd-ded2e61092b0",
  "metadata": null,
  "modifiedAt": "2023-11-20T08:20:42Z",
  "name": "Bright Might LLC",
  "parentTransferId": "",
  "purposeCode": "",
  "reviewCode": "",
  "reviewMessage": "",
  "routingNumber": "123206972",
  "status": "completed",
  "title": "",
  "transferSubType": "originated",
  "transferType": "intrabank",
  "transferredAt": "2023-11-20T08:20:42Z",
  "txnType": "debit",
  "type": "",
  "valid": ""
}

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 · any

The body is of type any.

Response

200 - application/json
Get a Intrabanks Pushed

The response is of type object.