action velopayments_list_payees_v3 { label: "List Payees" description: "
Use v4 instead
\nGet a paginated response listing the payees for a payor.\n" provider: velopayments method: GET path: "/v3/payees" encoding: json input: { type: "object" properties: { disabled: { type: "boolean" } displayName: { type: "string" } email: { type: "string" format: "email" } onboardedStatus: { type: "string" description: "Payee onboarded status. One of the following values: CREATED, INVITED, REGISTERED, ONBOARDED" } page: { type: "integer" format: "int32" } pageSize: { type: "integer" format: "int32" } payeeCountry: { type: "string" } payeeType: { type: "string" description: "Type of Payee. One of the following values: Individual, Company" } payorId: { type: "string" format: "uuid" } remoteId: { type: "string" } sort: { type: "string" } watchlistStatus: { type: "string" description: "Current watchlist status. One of the following values: NONE, PENDING, REVIEW, PASSED, FAILED" } } required: ["payorId"] additionalProperties: false } output: { type: "object" description: "List Payees Response Object" properties: { content: { type: "array" items: { type: "object" properties: { company: { type: "object" properties: { name: { type: "string" } operatingName: { type: "string" } } } country: { type: "string" description: "Valid ISO 3166 2 character country code. See the ISO specification for details." } created: { type: "string" format: "date-time" } disabled: { type: "boolean" } disabledComment: { type: "string" } disabledUpdatedTimestamp: { type: "string" format: "date-time" } displayName: { type: "string" } email: { type: "string" format: "email" } individual: { type: "object" properties: { name: { type: "object" properties: { firstName: { type: "string" } lastName: { type: "string" } otherNames: { type: "string" } title: { type: "string" } } } } } language: { type: "string" description: "An IETF BCP 47 language code which has been configured for use within this Velo environment.