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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"version":"63859768485e218ccf8a449bb60f14ed","type":"Direct Deposit","split_by":"Percentage","splits":[{"uuid":"e88f9436-b74e-49a8-87e9-777b9bfe715e","name":"BoA Checking Account","priority":1,"split_amount":100}]}