Checkout Balance Check Response Structure
BalanceCheckResponse schema from Adyen API
BalanceCheckResponse is a JSON Structure definition published by Adyen, describing 7 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-balance-check-response-structure.json",
"description": "BalanceCheckResponse schema from Adyen API",
"type": "object",
"properties": {
"additionalData": {
"additionalProperties": {
"type": "string"
},
"x-anyOf": [
{
"$ref": "#/components/schemas/ResponseAdditionalData3DSecure"
},
{
"$ref": "#/components/schemas/ResponseAdditionalDataBillingAddress"
},
{
"$ref": "#/components/schemas/ResponseAdditionalDataCard"
},
{
"$ref": "#/components/schemas/ResponseAdditionalDataCommon"
},
{
"$ref": "#/components/schemas/ResponseAdditionalDataDomesticError"
},
{
"$ref": "#/components/schemas/ResponseAdditionalDataInstallments"
},
{
"$ref": "#/components/schemas/ResponseAdditionalDataNetworkTokens"
},
{
"$ref": "#/components/schemas/ResponseAdditionalDataOpi"
},
{
"$ref": "#/components/schemas/ResponseAdditionalDataSepa"
}
],
"description": "Contains additional information about the payment. Some data fields are included only if you select them first: Go to **Customer Area** > **Developers** > **Additional data**.",
"type": "object"
},
"balance": {
"description": "The balance for the payment method.",
"$ref": "#/components/schemas/Amount"
},
"fraudResult": {
"description": "The fraud result properties of the payment.",
"$ref": "#/components/schemas/FraudResult"
},
"pspReference": {
"description": "Adyen's 16-character reference associated with the transaction/request. This value is globally unique; quote it when communicating with us about this request.",
"type": "string"
},
"refusalReason": {
"description": "If the payment's authorisation is refused or an error occurs during authorisation, this field holds Adyen's mapped reason for the refusal or a description of the error. When a transaction fails, the authorisation response includes `resultCode` and `refusalReason` values.\n\nFor more information, see [Refusal reasons](https://docs.adyen.com/development-resources/refusal-reasons).",
"type": "string"
},
"resultCode": {
"description": "The result of the cancellation request.\n\nPossible values:\n\n* **Success** \u2013 Indicates that the balance check was successful.\n* **NotEnoughBalance** \u2013 Commonly indicates that the card did not have enough balance to pay the amount in the request, or that the currency of the balance on the card did not match the currency of the requested amount.\n* **Failed** \u2013 Indicates that the balance check failed.",
"enum": [
"Success",
"NotEnoughBalance",
"Failed"
],
"type": "string"
},
"transactionLimit": {
"x-addedInVersion": "65",
"description": "The maximum spendable balance for a single transaction. Applicable to some gift cards.",
"$ref": "#/components/schemas/Amount"
}
},
"required": [
"balance",
"resultCode"
],
"name": "BalanceCheckResponse"
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/checkout-balance-check-response-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.