Klarna · Schema

promise_created_response

FintechBNPLPaymentsCardsShopping

Properties

Name Type Description
expires_at string
promise_id string The unique promise id
View JSON Schema on GitHub

JSON Schema

klarna-promise-created-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/promise_created_response",
  "title": "promise_created_response",
  "type": "object",
  "properties": {
    "expires_at": {
      "type": "string",
      "format": "date-time"
    },
    "promise_id": {
      "type": "string",
      "example": "ee4a8e3a-9dfd-49e0-9ac8-ea2b6c76408c",
      "description": "The unique promise id",
      "readOnly": true
    }
  }
}