Get a contractor's payment method
GET {{baseUrl}}/v1/contractors/:contractor_uuid/payment_method
Fetches a contractor's payment method. A contractor payment method describes how the payment should be split across the contractor's associated bank accounts.
scope: contractor_payment_methods:read
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. | |
| 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}]}