docs: update architecture diagram with Asaas, Stripe and Backoffice connections
This commit is contained in:
parent
95131d8c51
commit
94675c2169
1 changed files with 7 additions and 0 deletions
|
|
@ -55,15 +55,22 @@ SaveInMed é uma solução completa que oferece:
|
|||
|
||||
subgraph "External Services"
|
||||
MP[Mercado Pago<br/>Payments]
|
||||
AS[Asaas<br/>Payments]
|
||||
ST[Stripe<br/>Payments]
|
||||
end
|
||||
|
||||
MKT -->|Marketplace| API
|
||||
MKT -->|Auth/Profile| BACK
|
||||
|
||||
API --> PG
|
||||
BACK --> PG
|
||||
|
||||
API --> MP
|
||||
API --> AS
|
||||
API --> ST
|
||||
BACK --> MP
|
||||
BACK --> AS
|
||||
BACK --> ST
|
||||
|
||||
style WEB fill:#4ade80
|
||||
style MKT fill:#60a5fa
|
||||
|
|
|
|||
Loading…
Reference in a new issue