action sinao_app_payments_payments_list { label: "List payments" description: "Get list of payments" provider: sinao method: GET path: "/apps/{appId}/payments" encoding: json output: { type: "array" items: { properties: { amount: { type: "integer" } date: { type: "string" format: "date-time" } document: { type: "object" } document_type: { type: "string" enum: ["sales", "purchase"] } id: { type: "integer" } source: { type: "string" enum: ["bank", "cashdesk", "creditnote"] } transaction: { properties: { amount: { type: "integer" } author: { type: "object" } cashflow_source: { properties: { account_type: { type: "string" } balance_amount: { type: "integer" } created_at: { type: "string" format: "date-time" } disabled: { type: "integer" } id: { type: "integer" } identifiant: { type: "string" } name: { type: "string" } parent_cashflow_source: { type: "object" additionalProperties: true } status: { type: "string" } type: { type: "string" } updated_at: { type: "string" format: "date-time" } } } contact: { type: "object" } created_at: { type: "string" format: "date-time" } deleted_at: { type: "string" format: "date-time" } details: { type: "integer" } id: { type: "integer" } label: { type: "integer" } lettered_at: { type: "string" format: "date-time" } metadata: { type: "array" items: { type: "object" } } method: { type: "integer" } received_at: { type: "string" format: "date-time" } updated_at: { type: "string" format: "date-time" } } } } } } }