Submit a wire in request

PUT {{baseUrl}}/v1/wire_in_requests/:wire_in_request_uuid

Submit a wire in request for a payment

scope: payrolls:run

Request Body

{"date_sent"=>"<string>", "bank_name"=>"<string>", "amount_sent"=>"<string>", "additional_notes"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;uuid&quot;:&quot;c5fdae57-5483-4529-9aae-f0edceed92d4&quot;,&quot;status&quot;:&quot;awaiting_funds&quot;,&quot;origination_bank&quot;:&quot;JP Morgan Chase&quot;,&quot;origination_bank_address&quot;:&quot;1 Chase Plaza, New York, NY 10081&quot;,&quot;recipient_name&quot;:&quot;Gusto, Inc&quot;,&quot;recipient_address&quot;:&quot;525 20th Street, San Francisco, CA 94107&quot;,&quot;recipient_account_number&quot;:21911761,&quot;recipient_routing_number&quot;:123454321,&quot;additional_notes&quot;:&quot;Additional Notes&quot;,&quot;bank_name&quot;:&quot;JP Morgan Chase&quot;,&quot;date_sent&quot;:&quot;2024-06-10&quot;,&quot;unique_tracking_code&quot;:&quot;1trvxwxp57zf&quot;,&quot;payment_type&quot;:&quot;Payroll&quot;,&quot;payment_uuid&quot;:&quot;5faae454-e629-490b-a72a-c022c2c9e6bc&quot;,&quot;amount_sent&quot;:1014500,&quot;requested_amount&quot;:1014500,&quot;wire_in_deadline&quot;:&quot;2024-06-21T18:00:00Z&quot;}