action sinao_app_payments_sepamandates_get { label: "Get a SEPAMandate" description: "" provider: sinao method: GET path: "/apps/{appId}/sepamandates/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" } } required: ["id"] additionalProperties: false } output: { properties: { author: { type: "object" } bic: { type: "string" } created_at: { type: "string" format: "date-time" } customer: { type: "object" } customer_name: { type: "string" } electronic_signature: { type: "string" } iban: { type: "string" } id: { type: "integer" } is_first: { type: "integer" } last_debit_amount: { type: "integer" } last_debit_at: { type: "string" format: "date-time" } last_debit_id: { type: "integer" } logs_sepa_direct_debits: { type: "string" } mandate_id: { type: "integer" } old_mandate_id: { type: "integer" } signed_at: { type: "string" format: "date-time" } updated_at: { type: "string" format: "date-time" } } } }