Connect with external banking providers through EBICS protocol or Open Banking services.
You will be redirected to Formance Membership to authenticate.
sdk.createChannel({ institutionName: "BNP", type: "EBICS" })
sdk.uploadCAMT053({ sourceId: channel.id, file: statement })
sdk.createConnectorClient({ channelId, name: "BNP EBICS" })
sdk.listTransactions({ sourceId: channel.id, pageSize: 100 })