Sandbox: Create an Inbound Wire Transfer
Simulates an Inbound Wire Transfer to your account.
post/simulations/inbound_wire_transfers
Request body
Example request
{
"account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"amount": 1000
}Response
Inbound Wire Transfer
Example response
{
"acceptance": null,
"account_id": "account_in71c4amph0vgo2qllky",
"account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"amount": 100,
"created_at": "2020-01-31T23:59:59Z",
"creditor_address_line1": null,
"creditor_address_line2": null,
"creditor_address_line3": null,
"creditor_name": null,
"debtor_address_line1": null,
"debtor_address_line2": null,
"debtor_address_line3": null,
"debtor_name": null,
"description": "Inbound wire transfer",
"end_to_end_identification": null,
"id": "inbound_wire_transfer_f228m6bmhtcxjco9pwp0",
"input_message_accountability_data": null,
"instructing_agent_routing_number": null,
"instruction_identification": null,
"reversal": null,
"status": "accepted",
"type": "inbound_wire_transfer",
"unique_end_to_end_transaction_reference": null,
"unstructured_remittance_information": null,
"wire_drawdown_request_id": null
}