DevelopersAPIReferencetransactions
Stripe invoice link availability
Whether the company has any Stripe invoice that was paid outside Stripe and is not yet linked to a transaction.
Authentication
Checking whether you're signed in…
Authorization<token>
A SaaSFlow API key (format sf_…) or an OAuth bearer token. Paste only the key — the proxy adds the Bearer prefix. Create an API key in Settings → Company settings → API keys — see API keys.
In: header
Path Parameters
companyId*string
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/companies/string/transactions/stripe_invoice_link_availability"{ "available": true}Selection summary
Count and sum a transaction selection without fetching the rows, which is what makes "1,284 selected, €412,900" possible over a filter that matches more…
Stripe invoice candidates
List Stripe invoices this payment might have settled, strongest evidence first. Only invoices that were paid outside Stripe and are not yet linked to a…