action openbankingproject_get_payment_initiation_authorisation { label: "Get payment initiation authorisation sub-resources request" description: "Read a list of all authorisation subresources IDs which have been created.\n\nThis function returns an array of hyperlinks to all generated authorisation sub-resources.\n" provider: openbankingproject method: GET path: "/v1/{payment-service}/{payment-product}/{paymentId}/authorisations" encoding: json output: { type: "object" additionalProperties: true } }