Klarna · Schema
cancel_order_request_status
FintechBNPLPaymentsCardsShoppingBankingCheckoutOrder ManagementSettlementOpen BankingPSD2Consumer CreditSweden
Properties
| Name | Type | Description |
|---|---|---|
| status | string | The status of the order cancellation request. |
| check_after | string | Timestamp for when we expect a decision to be made on order cancellation. (ISO 8601) This field is only populated if status is `PENDING`. |
| reason_code | string | Reason code for why the order cancellation was rejected. This field is only populated if status is `REJECTED`. |
| reason_message | string | Human-readable message for why the order cancellation was rejected. This field is only populated if status is `REJECTED`. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/cancel_order_request_status",
"title": "cancel_order_request_status",
"type": "object",
"required": [
"status"
],
"properties": {
"status": {
"type": "string",
"example": "PENDING",
"enum": [
"PENDING",
"CANCELLED",
"REJECTED"
],
"description": "The status of the order cancellation request."
},
"check_after": {
"type": "string",
"format": "date-time",
"example": "2018-12-04T10:26:06.000Z",
"description": "Timestamp for when we expect a decision to be made on order cancellation. (ISO 8601)\n\nThis field is only populated if status is `PENDING`."
},
"reason_code": {
"type": "string",
"example": "CARD_IN_USE",
"enum": [
"CARD_IN_USE",
"OTHER"
],
"description": "Reason code for why the order cancellation was rejected.\n\nThis field is only populated if status is `REJECTED`."
},
"reason_message": {
"type": "string",
"example": "Cancellation request was rejected because the virtual credit card linked to this order is in use.",
"description": "Human-readable message for why the order cancellation was rejected.\n\nThis field is only populated if status is `REJECTED`."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/klarna-cancel-order-request-status"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.