Retrieve an Inbound Wire Drawdown Request
get/inbound_wire_drawdown_requests/{inbound_wire_drawdown_request_id}
Path parameters
inbound_wire_drawdown_request_idstring required
The identifier of the Inbound Wire Drawdown Request to retrieve.
Response
Inbound Wire Drawdown Request
Example response
{
"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": null,
"instruction_identification": null,
"recipient_account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"type": "inbound_wire_drawdown_request",
"unique_end_to_end_transaction_reference": null,
"unstructured_remittance_information": null
}