funding.json (2448B)
1 { 2 "version": "v1.0.0", 3 "entity": { 4 "type": "organisation", 5 "role": "owner", 6 "name": "GNU Taler", 7 "email": "contact@taler.net", 8 "description": "We provide a free software payment system that makes privacy-friendly online transactions fast and easy", 9 "webpageUrl": { 10 "url": "https://www.taler.net", 11 "wellKnown": "https://www.taler.net/.well-known/funding-manifest-urls" 12 } 13 }, 14 "projects": [ 15 { 16 "guid": "libeufin", 17 "name": "LibEuFin", 18 "description": "LibEuFin is a project providing free software tooling for European FinTech.", 19 "webpageUrl": { 20 "url": "https://docs.taler.net/libeufin", 21 "wellKnown": "https://docs.taler.net/.well-known/funding-manifest-urls" 22 }, 23 "repositoryUrl": { 24 "url": "https://git.taler.net/libeufin.git", 25 "wellKnown": "https://git.taler.net/.well-known/funding-manifest-urls" 26 }, 27 "repositoryUrl": { 28 "url": "https://git.taler.net/libeufin.git" 29 }, 30 "licenses": [ 31 "AGPL-3.0" 32 ], 33 "tags": [ 34 "taler", 35 "ebics", 36 "bank", 37 "payment" 38 ] 39 } 40 ], 41 "funding": { 42 "channels": [ 43 { 44 "guid": "bank", 45 "type": "bank", 46 "description": "We accept direct bank transfers. Tax deduction is possible, contact us for details." 47 } 48 ], 49 "plans": [ 50 { 51 "guid": "ebics-server", 52 "status": "active", 53 "name": "EBICS server", 54 "description": "Help us develop a free EBICS server to test EBICS clients compatibility and behavior", 55 "amount": 0, 56 "currency": "EUR", 57 "frequency": "one-time", 58 "channels": [ 59 "bank" 60 ] 61 }, 62 { 63 "guid": "support", 64 "status": "active", 65 "name": "Support LibEuFin development", 66 "amount": 0, 67 "currency": "EUR", 68 "frequency": "one-time", 69 "channels": [ 70 "bank" 71 ] 72 } 73 ] 74 } 75 }