Update a contractor's payment method

PUT {{baseUrl}}/v1/contractors/:contractor_uuid/payment_method

Updates a contractor's payment method. Note that creating a contractor bank account will also update the contractor's payment method.

scope: contractor_payment_methods:write

Request Body

{"type"=>"<string>", "version"=>"<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;version&quot;:&quot;63859768485e218ccf8a449bb60f14ed&quot;,&quot;type&quot;:&quot;Direct Deposit&quot;,&quot;split_by&quot;:&quot;Percentage&quot;,&quot;splits&quot;:[{&quot;uuid&quot;:&quot;e88f9436-b74e-49a8-87e9-777b9bfe715e&quot;,&quot;name&quot;:&quot;BoA Checking Account&quot;,&quot;priority&quot;:1,&quot;split_amount&quot;:100}]}