@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/vipps-mobilepay> a schema:SoftwareApplication ;
  schema:name "Vipps MobilePay Developer"@en, "Vipps MobilePay Developer"@da ;
  schema:description "REST API family for mobile payments, recurring subscriptions, point-of-sale, and user login."@en ;
  dcterms:description "Vipps MobilePay is the ubiquitous Nordic mobile wallet solution. The developer platform provides APIs for e-commerce checkout (Payments), automated subscription charges (Recurring), in-app merchant flows, and verified identity login (Login)."@en ;
  schema:url <https://developer.vippsmobilepay.com> ;
  schema:documentation <https://developer.vippsmobilepay.com> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "order" ;
  dcat:keyword "submit" ;
  dcat:keyword "authenticate" ;
  aa:agentCapability "read" ;
  aa:agentCapability "order" ;
  aa:agentCapability "submit" ;
  aa:agentCapability "authenticate" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
