Klarna · Schema

DistributionModuleV1

FintechBNPLPaymentsCardsShopping

Properties

Name Type Description
generation_url string
standalone_url string
token string
View JSON Schema on GitHub

JSON Schema

klarna-distributionmodulev1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DistributionModuleV1",
  "title": "DistributionModuleV1",
  "type": "object",
  "properties": {
    "generation_url": {
      "type": "string"
    },
    "standalone_url": {
      "type": "string"
    },
    "token": {
      "type": "string"
    }
  }
}