mirror of
https://github.com/bitwarden/server.git
synced 2025-05-23 20:41:04 -05:00

This is a first pass at structure that will undoubtedly evolve. It's likely further systems will be identified and linked in as we go forward
5 lines
225 B
Plaintext
5 lines
225 B
Plaintext
# High-level provider relationships
|
|
server.api.billing -> stripe "Requests payments for customers"
|
|
server.api.billing -> braintree "Requests payments for customers"
|
|
stripe -> server.api.billing "Sends subscription events to"
|