Adyen · JSON Structure

Checkout Payment Amount Update Response Structure

PaymentAmountUpdateResponse schema from Adyen API

Type: object Properties: 9 Required: 6
PaymentsFinancial-ServicesFintech

PaymentAmountUpdateResponse is a JSON Structure definition published by Adyen, describing 9 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount industryUsage lineItems merchantAccount paymentPspReference pspReference reference splits status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-payment-amount-update-response-structure.json",
  "description": "PaymentAmountUpdateResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "amount": {
      "description": "The updated amount.",
      "$ref": "#/components/schemas/Amount"
    },
    "industryUsage": {
      "x-addedInVersion": "70",
      "description": "The reason for the amount update. Possible values: \n* **delayedCharge** \n* **noShow** \n* **installment**",
      "enum": [
        "delayedCharge",
        "installment",
        "noShow"
      ],
      "type": "string"
    },
    "lineItems": {
      "x-addedInVersion": "71",
      "description": "Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).\n> This field is required for partial refunds with 3x 4x Oney, Affirm, Afterpay, Atome, Clearpay, Klarna, Ratepay, Walley, and Zip.",
      "items": {
        "$ref": "#/components/schemas/LineItem"
      },
      "type": "array"
    },
    "merchantAccount": {
      "description": "The merchant account that is used to process the payment.",
      "type": "string"
    },
    "paymentPspReference": {
      "description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to update. ",
      "type": "string"
    },
    "pspReference": {
      "description": "Adyen's 16-character reference associated with the amount update request.",
      "type": "string"
    },
    "reference": {
      "description": "Your reference for the amount update request. Maximum length: 80 characters.",
      "type": "string"
    },
    "splits": {
      "description": "An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms. For details, refer to [Providing split information](https://docs.adyen.com/marketplaces-and-platforms/processing-payments#providing-split-information).",
      "items": {
        "$ref": "#/components/schemas/Split"
      },
      "type": "array"
    },
    "status": {
      "description": "The status of your request. This will always have the value **received**.",
      "enum": [
        "received"
      ],
      "type": "string"
    }
  },
  "required": [
    "status",
    "merchantAccount",
    "amount",
    "reference",
    "pspReference",
    "paymentPspReference"
  ],
  "name": "PaymentAmountUpdateResponse"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/checkout-payment-amount-update-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.