v4

OpenAPI 3.1.02026-08-012402353.8 MB

List Inbound Wire Drawdown Requests

get/inbound_wire_drawdown_requests

Query parameters

cursorstring

Return the page of entries after this one.

limitinteger

Limit the size of the list that is returned. The default (and maximum) is 100 objects.

Response

Inbound Wire Drawdown Request List

next_cursorstring nullable required

A pointer to a place in the list. Pass this as the cursor parameter to retrieve the next page of results. If there are no more results, the value will be null.

Example response

{
  "data": [
    {
      "amount": 10000,
      "created_at": "2020-01-31T23:59:59Z",
      "creditor_account_number": "987654321",
      "creditor_address_line1": "33 Liberty Street",
      "creditor_address_line2": "New York, NY, 10045",
      "creditor_address_line3": null,
      "creditor_name": "Ian Crease",
      "creditor_routing_number": "101050001",
      "currency": "USD",
      "debtor_address_line1": "33 Liberty Street",
      "debtor_address_line2": "New York, NY, 10045",
      "debtor_address_line3": null,
      "debtor_name": "Ian Crease",
      "end_to_end_identification": "Invoice 29582",
      "id": "inbound_wire_drawdown_request_u5a92ikqhz1ytphn799e",
      "input_message_accountability_data": "20220118MMQFMP0P000001",
      "instruction_identification": "202201180000001",
      "recipient_account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
      "type": "inbound_wire_drawdown_request",
      "unique_end_to_end_transaction_reference": "9a21e10a-7600-4a24-8ff3-2cbc5943c27a",
      "unstructured_remittance_information": "INVOICE 2468"
    }
  ],
  "next_cursor": "v57w5d"
}