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", "name": "Stripe", "category": "payments", "status": "live", "method": "webhook" }, { "platform": "swish", "name": "Swish", "category": "payments", "status": "partner", "method": "partner_api", "country": "SE" } ] }