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"
|
subgraph "External Services"
|
||||||
MP[Mercado Pago<br/>Payments]
|
MP[Mercado Pago<br/>Payments]
|
||||||
|
AS[Asaas<br/>Payments]
|
||||||
|
ST[Stripe<br/>Payments]
|
||||||
end
|
end
|
||||||
|
|
||||||
MKT -->|Marketplace| API
|
MKT -->|Marketplace| API
|
||||||
|
MKT -->|Auth/Profile| BACK
|
||||||
|
|
||||||
API --> PG
|
API --> PG
|
||||||
BACK --> PG
|
BACK --> PG
|
||||||
|
|
||||||
API --> MP
|
API --> MP
|
||||||
|
API --> AS
|
||||||
|
API --> ST
|
||||||
BACK --> MP
|
BACK --> MP
|
||||||
|
BACK --> AS
|
||||||
|
BACK --> ST
|
||||||
|
|
||||||
style WEB fill:#4ade80
|
style WEB fill:#4ade80
|
||||||
style MKT fill:#60a5fa
|
style MKT fill:#60a5fa
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue