libeufin-ebisync.dot (277B)
1 digraph G { 2 3 rest[label="REST client"]; 4 cloud[label="Cloud storage"]; 5 ebisync[label="LibEuFin EbiSync"]; 6 bank[label="Core bank system"]; 7 rest->ebisync[label="PAIN submission"]; 8 ebisync->cloud[label="CAMT upload"]; 9 ebisync->bank[label="EBICS"]; 10 bank->ebisync; 11 }