Adyen · JSON Structure

Payouts Store Detail And Submit Response Structure

StoreDetailAndSubmitResponse schema from Adyen API

Type: object Properties: 4 Required: 2
PaymentsFinancial ServicesFintech

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

Properties

additionalData pspReference refusalReason resultCode

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/payouts-store-detail-and-submit-response-structure.json",
  "description": "StoreDetailAndSubmitResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "additionalData": {
      "additionalProperties": {
        "type": "string"
      },
      "description": "This field contains additional data, which may be returned in a particular response.",
      "type": "object"
    },
    "pspReference": {
      "description": "A new reference to uniquely identify this request.",
      "type": "string"
    },
    "refusalReason": {
      "description": "In case of refusal, an informational message for the reason.",
      "type": "string"
    },
    "resultCode": {
      "description": "The response:\n\n* In case of success is payout-submit-received.\n* In case of an error, an informational message is returned.",
      "type": "string"
    }
  },
  "required": [
    "pspReference",
    "resultCode"
  ],
  "name": "StoreDetailAndSubmitResponse"
}