Documentation Index
Fetch the complete documentation index at: https://guide.cloud.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
This feature is in private beta. If you want access, please contact Support.
Describe your app in one sentence
The best Custom Apps are focused. They help a team complete one job inside Cloud instead of trying to become a large internal system.For our Stripe Sync app, its job is:
Stripe Sync app description
Map your workflow
From there, map the work the app needs to handle. Here’s the workflow for our Stripe Sync app:
This gives the app a clear boundary of what the workflow is responsible for and what should happen at each step. If done well, you can now easily switch payment providers without worrying about the Stripe data being lost.
| Step | What the app needs to do |
|---|---|
| Sync from Stripe | Connect to a Stripe account and read pay-ins and payouts (and related Stripe ledger data as needed). Also sync the customer identities from Stripe to Blnk. |
| Import to Blnk | Create or update ledger transactions in the selected Cloud instance so Blnk mirrors Stripe activity. |