action loket_get_payment_information_sepa_separate_payment_by_payment_informa { label: "Get the details of a payment information SEPA separate payment record" description: "__Activity name :__ GetPaymentInformationSepaSeparatePaymentByPaymentInformationSepaSeparatePaymentId\n\nGet the detail of a payment information SEPA record. For a specific payroll component, the record indicates to which IBAN account number it should be related for the purpose of outgoing payments. This includes, but is not limited to, the payment of wages for an employment. For each payroll component there can only be one outgoing payment record per employment.\n" provider: loket method: GET path: "/providers/employers/employees/employments/paymentinformationsepaseparatepayments/{paymentInformationSepaSeparatePaymentId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } paymentInformationSepaSeparatePaymentId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "paymentInformationSepaSeparatePaymentId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }