Integrations
Supported integrations
The inbound payment sources Valverna can ingest from. Render this in your onboarding so you only ask users for processors you can actually pull data from — instead of signing up a merchant whose processor isn't supported yet. Valverna owns these ingest integrations; you build on top and read the normalized transactions.
List integrations
GET
/v1/integrations Authenticated like every /v1 route, but free: it is not metered and never draws down your prepaid balance, so you can call
it before onboarding a single user. No scopes required.
Response fields
platform optionalstatus optionalmethod optionalcategory optionalcountry optionalResponse 200
{ "data": [ { "platform": "stripe_app", "name": "Stripe", "category": "payments", "status": "live", "method": "webhook" }, { "platform": "zettle", "name": "Zettle", "category": "pos", "status": "live", "method": "webhook", "country": "SE" } ] }