Skip to content

Commit 161e936

Browse files
feat: includes sections on external services in the README, with explanations and links to documentation, detailing how comanda processes payments and manages collections.
1 parent 789dae4 commit 161e936

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,23 @@ Each directory represents an independent system with its own solution, source co
5656
| CI/CD | GitHub Actions | Autonomous pipelines per bounded context |
5757

5858
</div>
59+
60+
---
61+
62+
<h4 align="center">EXTERNAL SERVICES BEHIND COMANDA</h4>
63+
64+
#### PIX Transactions
65+
66+
> Comanda integrates with **AbacatePay** to process PIX-based payments, enabling fast and localized transactions for Brazilian merchants.
67+
This powers the real-time checkout experience used by stores when processing customer orders.
68+
69+
- Website: https://www.abacatepay.com/
70+
- Documentation: https://docs.abacatepay.com/
71+
72+
#### Subscription & Billing Infrastructure
73+
74+
> As a SaaS platform, Comanda relies on **Stripe** to manage the full subscription lifecycle.
75+
Recurring billing, subscription status, payment retries, and invoicing are orchestrated through Stripe’s infrastructure, ensuring platform monetization remains robust and operationally independent from merchant revenue flows.
76+
77+
- Website: https://stripe.com/
78+
- Documentation: https://docs.stripe.com/

0 commit comments

Comments
 (0)