v4
latestOpenAPI 3.1.02026-08-012402353.8 MBCreate a Wire Drawdown Request
post/wire_drawdown_requests
Request body
Example request
{
"account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"amount": 10000,
"creditor_address": {
"city": "New York",
"country": "US",
"line1": "33 Liberty Street",
"postal_code": "10045",
"state": "NY"
},
"creditor_name": "National Phonograph Company",
"debtor_account_number": "987654321",
"debtor_address": {
"city": "New York",
"country": "US",
"line1": "33 Liberty Street",
"postal_code": "10045",
"state": "NY"
},
"debtor_name": "Ian Crease",
"debtor_routing_number": "101050001",
"unstructured_remittance_information": "Invoice 29582"
}Response
Wire Drawdown Request
Example response
{
"account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"amount": 10000,
"created_at": "2020-01-31T23:59:59Z",
"creditor_address": {
"city": "New York",
"country": "US",
"line1": "33 Liberty Street",
"line2": null,
"postal_code": "10045",
"state": "NY"
},
"creditor_name": "Ian Crease",
"currency": "USD",
"debtor_account_number": "987654321",
"debtor_address": {
"city": "New York",
"country": "US",
"line1": "33 Liberty Street",
"line2": null,
"postal_code": "10045",
"state": "NY"
},
"debtor_external_account_id": null,
"debtor_name": "Ian Crease",
"debtor_routing_number": "101050001",
"end_to_end_identification": "Invoice 29582",
"fulfillment_inbound_wire_transfer_id": "inbound_wire_transfer_f228m6bmhtcxjco9pwp0",
"id": "wire_drawdown_request_q6lmocus3glo0lr2bfv3",
"idempotency_key": null,
"status": "fulfilled",
"submission": {
"input_message_accountability_data": "20220118MMQFMP0P000003"
},
"type": "wire_drawdown_request",
"unique_end_to_end_transaction_reference": "9a21e10a-7600-4a24-8ff3-2cbc5943c27a",
"unstructured_remittance_information": "Invoice 29582"
}