Skip to main content
GET
/
incoming_wire
/
{id}
Fetch an Incoming Wire
curl --request GET \
  --url https://api.treasuryprime.com/incoming_wire/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "account_id": "<string>",
  "amount": "<string>",
  "bank_id": "<string>",
  "beneficiary": {
    "address": [
      "<string>"
    ],
    "bank_data": {
      "account_number": "<string>",
      "account_type": "<string>",
      "address": [
        "<string>"
      ],
      "bank_name": "<string>",
      "routing_number": "<string>"
    },
    "name": "<string>"
  },
  "id": "<string>",
  "imad": {
    "parsed": {
      "cycle_date": "<string>",
      "input_sequence_number": "<string>",
      "input_source": "<string>"
    },
    "unparsed": "<string>"
  },
  "org_id": "<string>",
  "originator": {
    "address": [
      "<string>"
    ],
    "bank_data": {
      "account_number": "<string>",
      "account_type": "<string>",
      "address": [
        "<string>"
      ],
      "bank_name": "<string>",
      "routing_number": "<string>"
    },
    "name": "<string>"
  },
  "originator_to_beneficiary_info": "<string>",
  "received_at": "<string>",
  "status": "<string>",
  "transaction_id": "<string>",
  "wire_body": {}
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Unique identifier for object

Response

200 - application/json

The incoming_wire

account_id
string

ID of the Account receiving the transfer. Filterable.

amount
string

Amount of money transferred, with two decimal precision

bank_id
string

ID of the bank with which the object is associated

beneficiary
object

A sub-object containing information about the wire beneficiary

id
string

Unique identifier for object

imad
object

An IMAD sub-object

org_id
string

ID of the organization with which the object is associated. Filterable.

originator
object

A sub-object containing information about the wire originator

originator_to_beneficiary_info
string

Optional additional information for the beneficiary

received_at
string

Timestamp of when the object was received

status
string

One of pending processing done failed, or returned. Filterable.

transaction_id
string

ID of the associated transaction. Filterable.

wire_body
object

Raw wire body