openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 138 kB
JSON
{"openapi":"3.1.0","servers":[{"url":"https://cal-test.adyen.com/cal/services/Account/v6"}],"info":{"contact":{"name":"Adyen Developer Experience team","url":"https://github.com/Adyen/adyen-openapi","x-twitter":"Adyen"},"description":"This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.\n\nThe Account API provides endpoints for managing account-related entities on your platform. These related entities include account holders, accounts, bank accounts, shareholders, and verification-related documents. The management operations include actions such as creation, retrieval, updating, and deletion of them.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic).\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication. For example:\n\n```\ncurl\n-U \"ws@MarketPlace.YOUR_PLATFORM_ACCOUNT\":\"YOUR_WS_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nThe Account API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://cal-test.adyen.com/cal/services/Account/v6/createAccountHolder\n```","termsOfService":"https://www.adyen.com/legal/terms-and-conditions","title":"Account API","version":"6","x-apisguru-categories":["payment"],"x-logo":{"url":"https://twitter.com/Adyen/profile_image?size=original"},"x-origin":[{"format":"openapi","url":"https://raw.githubusercontent.com/Adyen/adyen-openapi/main/json/AccountService-v6.json","version":"3.1"}],"x-preferred":true,"x-providerName":"adyen.com","x-publicVersion":true,"x-serviceName":"AccountService","x-timestamp":"2025-06-15T13:48:01.261Z"},"tags":[{"name":"Account holders"},{"name":"Verification"},{"name":"Accounts"}],"paths":{"/checkAccountHolder":{"post":{"description":"Triggers the verification of an account holder even if the checks are not yet required for the volume that they are currently processing.","operationId":"post-checkAccountHolder","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-checkAccountHolder-basic"}},"schema":{"$ref":"#/components/schemas/PerformVerificationRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Trigger verification","tags":["Verification"],"x-addedInVersion":"5","x-groupName":"Verification","x-methodName":"checkAccountHolder","x-sortIndex":3}},"/closeAccount":{"post":{"description":"Closes an account. If an account is closed, you cannot process transactions, pay out its funds, or reopen it. If payments are made to a closed account, the payments are sent to your liable account.","operationId":"post-closeAccount","requestBody":{"content":{"application/json":{"examples":{"closeAccount":{"$ref":"#/components/examples/post-closeAccount-closeAccount"}},"schema":{"$ref":"#/components/schemas/CloseAccountRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloseAccountResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloseAccountResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Close an account","tags":["Accounts"],"x-groupName":"Accounts","x-methodName":"closeAccount","x-sortIndex":3}},"/closeAccountHolder":{"post":{"description":"Changes the [status of an account holder](https://docs.adyen.com/marketplaces-and-platforms/classic/account-holders-and-accounts#account-holder-statuses) to **Closed**. This state is final. If an account holder is closed, you can't process transactions, pay out funds, or reopen it. If payments are made to an account of an account holder with a **Closed** [`status`](https://docs.adyen.com/api-explorer/#/Account/latest/post/getAccountHolder__resParam_verification-accountHolder-checks-status), the payments are sent to your liable account.","operationId":"post-closeAccountHolder","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-closeAccountHolder-basic"}},"schema":{"$ref":"#/components/schemas/CloseAccountHolderRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloseAccountHolderResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloseAccountHolderResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Close an account holder","tags":["Account holders"],"x-groupName":"Account holders","x-methodName":"closeAccountHolder","x-sortIndex":7}},"/closeStores":{"post":{"description":"Closes stores associated with an account holder.","operationId":"post-closeStores","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloseStoresRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"OK - the request has succeeded."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Close stores","tags":["Account holders"],"x-addedInVersion":"5","x-groupName":"Account holders","x-methodName":"closeStores","x-sortIndex":9}},"/createAccount":{"post":{"description":"Creates an account under an account holder. An account holder can have [multiple accounts](https://docs.adyen.com/marketplaces-and-platforms/classic/account-holders-and-accounts#create-additional-accounts).","operationId":"post-createAccount","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-createAccount-basic"}},"schema":{"$ref":"#/components/schemas/CreateAccountRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAccountResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAccountResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Create an account","tags":["Accounts"],"x-groupName":"Accounts","x-methodName":"createAccount","x-sortIndex":1}},"/createAccountHolder":{"post":{"description":"Creates an account holder that [represents the sub-merchant's entity](https://docs.adyen.com/marketplaces-and-platforms/classic/account-structure#your-platform) in your platform. The details that you need to provide in the request depend on the sub-merchant's legal entity type. For more information, refer to [Account holder and accounts](https://docs.adyen.com/marketplaces-and-platforms/classic/account-holders-and-accounts#legal-entity-types).","operationId":"post-createAccountHolder","requestBody":{"content":{"application/json":{"examples":{"business":{"$ref":"#/components/examples/post-createAccountHolder-business"},"individual":{"$ref":"#/components/examples/post-createAccountHolder-individual"}},"schema":{"$ref":"#/components/schemas/CreateAccountHolderRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAccountHolderResponse"}}},"description":"OK - the request has succeeded."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Create an account holder","tags":["Account holders"],"x-groupName":"Account holders","x-methodName":"createAccountHolder","x-sortIndex":1}},"/deleteBankAccounts":{"post":{"description":"Deletes bank accounts associated with an account holder. ","operationId":"post-deleteBankAccounts","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-deleteBankAccounts-basic"}},"schema":{"$ref":"#/components/schemas/DeleteBankAccountRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Delete bank accounts","tags":["Verification"],"x-groupName":"Verification","x-methodName":"deleteBankAccounts","x-sortIndex":4}},"/deleteLegalArrangements":{"post":{"description":"Deletes legal arrangements and/or legal arrangement entities associated with an account holder.","operationId":"post-deleteLegalArrangements","requestBody":{"content":{"application/json":{"examples":{"arrangements":{"$ref":"#/components/examples/post-deleteLegalArrangements-arrangements"},"entities":{"$ref":"#/components/examples/post-deleteLegalArrangements-entities"}},"schema":{"$ref":"#/components/schemas/DeleteLegalArrangementRequest"}}}},"responses":{"200":{"content":{"application/json":{"examples":{"arrangements":{"$ref":"#/components/examples/post-deleteLegalArrangements-arrangements-200"},"entities":{"$ref":"#/components/examples/post-deleteLegalArrangements-entities-200"}},"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"arrangements":{"$ref":"#/components/examples/post-deleteLegalArrangements-arrangements-400"},"entities":{"$ref":"#/components/examples/post-deleteLegalArrangements-entities-400"},"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Delete legal arrangements","tags":["Verification"],"x-groupName":"Verification","x-methodName":"deleteLegalArrangements","x-sortIndex":6}},"/deletePayoutMethods":{"post":{"description":"Deletes payout methods associated with an account holder.","operationId":"post-deletePayoutMethods","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-deletePayoutMethods-basic"}},"schema":{"$ref":"#/components/schemas/DeletePayoutMethodRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Delete payout methods","tags":["Verification"],"x-addedInVersion":"5","x-groupName":"Verification","x-methodName":"deletePayoutMethods","x-sortIndex":5}},"/deleteShareholders":{"post":{"description":"Deletes shareholders associated with an account holder.","operationId":"post-deleteShareholders","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-deleteShareholders-basic"}},"schema":{"$ref":"#/components/schemas/DeleteShareholderRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Delete shareholders","tags":["Verification"],"x-groupName":"Verification","x-methodName":"deleteShareholders","x-sortIndex":7}},"/deleteSignatories":{"post":{"description":"Deletes signatories associated with an account holder.","operationId":"post-deleteSignatories","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteSignatoriesRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Delete signatories","tags":["Verification"],"x-groupName":"Verification","x-methodName":"deleteSignatories","x-sortIndex":8}},"/getAccountHolder":{"post":{"description":"Returns the details of an account holder.","operationId":"post-getAccountHolder","requestBody":{"content":{"application/json":{"examples":{"accountCode":{"$ref":"#/components/examples/post-getAccountHolder-accountCode"},"accountHolderCode":{"$ref":"#/components/examples/post-getAccountHolder-accountHolderCode"}},"schema":{"$ref":"#/components/schemas/GetAccountHolderRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAccountHolderResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAccountHolderResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Get an account holder","tags":["Account holders"],"x-groupName":"Account holders","x-methodName":"getAccountHolder","x-sortIndex":2}},"/getTaxForm":{"post":{"description":"Generates a tax form for account holders operating in the US. For more information, refer to [Providing tax forms](https://docs.adyen.com/marketplaces-and-platforms/classic/tax-forms).","operationId":"post-getTaxForm","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-getTaxForm-basic"}},"schema":{"$ref":"#/components/schemas/GetTaxFormRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetTaxFormResponse"}}},"description":"OK - the request has succeeded."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Get a tax form","tags":["Account holders"],"x-groupName":"Account holders","x-methodName":"getTaxForm","x-sortIndex":8}},"/getUploadedDocuments":{"post":{"description":"Returns documents that were previously uploaded for an account holder. Adyen uses the documents during the [verification process](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-process).\n","operationId":"post-getUploadedDocuments","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-getUploadedDocuments-basic"}},"schema":{"$ref":"#/components/schemas/GetUploadedDocumentsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetUploadedDocumentsResponse"}}},"description":"OK - the request has succeeded."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Get documents","tags":["Verification"],"x-groupName":"Verification","x-methodName":"getUploadedDocuments","x-sortIndex":2}},"/suspendAccountHolder":{"post":{"description":"Changes the [status of an account holder](https://docs.adyen.com/marketplaces-and-platforms/classic/account-holders-and-accounts#account-holder-statuses) to **Suspended**.","operationId":"post-suspendAccountHolder","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-suspendAccountHolder-basic"}},"schema":{"$ref":"#/components/schemas/SuspendAccountHolderRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SuspendAccountHolderResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SuspendAccountHolderResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Suspend an account holder","tags":["Account holders"],"x-groupName":"Account holders","x-methodName":"suspendAccountHolder","x-sortIndex":5}},"/unSuspendAccountHolder":{"post":{"description":"Changes the [status of an account holder](https://docs.adyen.com/marketplaces-and-platforms/classic/account-holders-and-accounts#account-holder-statuses) from **Suspended** to **Inactive**. \nAccount holders can have a **Suspended** [`status`](https://docs.adyen.com/api-explorer/#/Account/latest/post/getAccountHolder__resParam_verification-accountHolder-checks-status) if you suspend them through the [`/suspendAccountHolder`](https://docs.adyen.com/api-explorer/#/Account/v5/post/suspendAccountHolder) endpoint or if a verification deadline expires.\n\nYou can only unsuspend account holders if they do not have verification checks with a **FAILED** [`status`](https://docs.adyen.com/api-explorer/#/Account/latest/post/getAccountHolder__resParam_verification-accountHolder-checks-status).","operationId":"post-unSuspendAccountHolder","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-unSuspendAccountHolder-basic"}},"schema":{"$ref":"#/components/schemas/UnSuspendAccountHolderRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnSuspendAccountHolderResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnSuspendAccountHolderResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Unsuspend an account holder","tags":["Account holders"],"x-groupName":"Account holders","x-methodName":"unSuspendAccountHolder","x-sortIndex":6}},"/updateAccount":{"post":{"description":"Updates the description or payout schedule of an account.","operationId":"post-updateAccount","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-updateAccount-basic"}},"schema":{"$ref":"#/components/schemas/UpdateAccountRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAccountResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAccountResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Update an account","tags":["Accounts"],"x-groupName":"Accounts","x-methodName":"updateAccount","x-sortIndex":2}},"/updateAccountHolder":{"post":{"description":"Updates the `accountHolderDetails` and `processingTier` of an account holder, and adds bank accounts and shareholders.\n\nWhen updating `accountHolderDetails`, parameters that are not included in the request are left unchanged except for the following object:\n\n* `metadata`: Updating the metadata replaces the entire object. This means that to update an existing key-value pair, you must provide the changes, as well as other existing key-value pairs.\n\nWhen updating any field in the following objects, you must submit all the fields required for validation:\n\n * `address`\n\n* `fullPhoneNumber`\n\n* `bankAccountDetails.BankAccountDetail`\n\n* `businessDetails.shareholders.ShareholderContact`\n\n For example, to update the `address.postalCode`, you must also submit the `address.country`, `.city`, `.street`, `.postalCode`, and possibly `.stateOrProvince` so that the address can be validated.\n\nTo add a bank account or shareholder, provide the bank account or shareholder details without a `bankAccountUUID` or a `shareholderCode`.\n\n","operationId":"post-updateAccountHolder","requestBody":{"content":{"application/json":{"examples":{"addShareholders":{"$ref":"#/components/examples/post-updateAccountHolder-addShareholders"},"bankAccountDetails":{"$ref":"#/components/examples/post-updateAccountHolder-bankAccountDetails"},"businessDetails":{"$ref":"#/components/examples/post-updateAccountHolder-businessDetails"},"general":{"$ref":"#/components/examples/post-updateAccountHolder-general"}},"schema":{"$ref":"#/components/schemas/UpdateAccountHolderRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAccountHolderResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAccountHolderResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Update an account holder","tags":["Account holders"],"x-groupName":"Account holders","x-methodName":"updateAccountHolder","x-sortIndex":3}},"/updateAccountHolderState":{"post":{"description":"Disables or enables the processing or payout state of an account holder.","operationId":"post-updateAccountHolderState","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-updateAccountHolderState-basic"}},"schema":{"$ref":"#/components/schemas/UpdateAccountHolderStateRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAccountHolderStatusResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAccountHolderStatusResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Update payout or processing state","tags":["Account holders"],"x-groupName":"Account holders","x-methodName":"updateAccountHolderState","x-sortIndex":4}},"/uploadDocument":{"post":{"description":"Uploads a document for an account holder. Adyen uses the documents during the [verification process](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-process).","operationId":"post-uploadDocument","requestBody":{"content":{"application/json":{"examples":{"basic":{"$ref":"#/components/examples/post-uploadDocument-basic"}},"schema":{"$ref":"#/components/schemas/UploadDocumentRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAccountHolderResponse"}}},"description":"OK - the request has succeeded."},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAccountHolderResponse"}}},"description":"Accepted - the request has been accepted for processing, but the processing has not been completed."},"400":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-400"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Bad Request - a problem reading or understanding the request."},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unauthorized - authentication required."},"403":{"content":{"application/json":{"examples":{"generic":{"$ref":"#/components/examples/generic-403"}},"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Forbidden - insufficient permissions to process the request."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Unprocessable Entity - a request validation error."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceError"}}},"description":"Internal Server Error - the server could not process the request."}},"security":[{"BasicAuth":[]},{"ApiKeyAuth":[]}],"summary":"Upload a document","tags":["Verification"],"x-groupName":"Verification","x-methodName":"uploadDocument","x-sortIndex":1}}},"components":{"examples":{"generic-400":{"summary":"Response code 400. Bad Request.","value":{"errorCode":"702","errorType":"validation","message":"Unexpected input: I","status":400}},"generic-403":{"summary":"Response code 401. Forbidden.","value":{"errorCode":10003,"errorType":"security","message":"Failed to authorize user","status":403}},"post-checkAccountHolder-basic":{"summary":"Check the account holder.","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","accountStateType":"Processing","tier":"2"}},"post-closeAccount-closeAccount":{"summary":"Close an account","value":{"accountCode":"CODE_OF_ACCOUNT"}},"post-closeAccountHolder-basic":{"summary":"Close an account holder","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER"}},"post-createAccount-basic":{"summary":"Add an account to an account holder","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER"}},"post-createAccountHolder-business":{"summary":"Create a business account holder","value":{"accountHolderCode":"YOUR_UNIQUE_ACCOUNT_HOLDER_CODE","accountHolderDetails":{"address":{"country":"US"},"businessDetails":{"doingBusinessAs":"Real Good Restaurant","legalBusinessName":"Real Good Restaurant Inc.","shareholders":[{"address":{"country":"NL"},"email":"testshareholder@email.com","name":{"firstName":"John","lastName":"Carpenter"}}]},"email":"test@email.com","webAddress":"https://www.your-website.com"},"legalEntity":"Business"}},"post-createAccountHolder-individual":{"summary":"Create an individual account holder","value":{"accountHolderCode":"GENERATE_CODE","accountHolderDetails":{"address":{"country":"US"},"email":"tim@green.com","individualDetails":{"name":{"firstName":"Tim","lastName":"Green"}},"webAddress":"https://www.your-website.com"},"legalEntity":"Individual"}},"post-deleteBankAccounts-basic":{"summary":"Delete bank accounts","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","bankAccountUUIDs":["eeb6ed22-3bae-483c-83b9-bc2097a75d40"]}},"post-deleteLegalArrangements-arrangements":{"description":"Example request for deleting legal arrangements","summary":"Delete legal arrangements","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","legalArrangements":[{"legalArrangementCode":"cdf92f5a-a114-4ce6-8f19-c3f6ec83141c"}]}},"post-deleteLegalArrangements-arrangements-200":{"summary":"Legal arrangement deleted","value":{"invalidFields":[],"pspReference":"8816080397613514"}},"post-deleteLegalArrangements-arrangements-400":{"summary":"Response code 400. Bad Request.","value":{"invalidFields":[{"errorCode":34,"errorDescription":"An invalid legalArrangementCode code is provided for value 'cdf92f5a-a114-4ce6-8f19-c3f6ec83141c'","fieldType":{"field":"AccountHolderDetails.LegalArrangements.legalArrangementCode","fieldName":"legalArrangementCode"}}],"pspReference":"9916613322577326"}},"post-deleteLegalArrangements-entities":{"description":"Example request for deleting legal arrangement entities","summary":"Delete legal arrangement entities","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","legalArrangements":[{"legalArrangementCode":"cdf92f5a-a114-4ce6-8f19-c3f6ec83141c","legalArrangementEntityCodes":["755881d3-d6b0-4b34-8ace-1caceb8add63"]}]}},"post-deleteLegalArrangements-entities-200":{"summary":"Legal arrangement entities deleted","value":{"invalidFields":[],"pspReference":"8816080397613514"}},"post-deleteLegalArrangements-entities-400":{"summary":"Response code 400. Bad Request.","value":{"invalidFields":[{"errorCode":34,"errorDescription":"An invalid legalArrangementEntityCode code is provided for value 'c92bb932-4867-4cef-bf9d-4ecde37745cf'","fieldType":{"field":"AccountHolderDetails.LegalArrangements.LegalArrangementsEntities.legalArrangementEntityCode","fieldName":"legalArrangementEntityCode"}}],"pspReference":"9916613324987358"}},"post-deletePayoutMethods-basic":{"summary":"Delete a payout method","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","payoutMethodCodes":["34b6ed22-3bae-483c-83b9-bc2097a75d40"]}},"post-deleteShareholders-basic":{"summary":"Delete shareholders","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","shareholderCodes":["9188218c-576e-4cbe-8e86-72722f453920"]}},"post-getAccountHolder-accountCode":{"summary":"Get an account holder","value":{"accountCode":"CODE_OF_ACCOUNT"}},"post-getAccountHolder-accountHolderCode":{"summary":"Get an account holder for the account","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER"}},"post-getTaxForm-basic":{"summary":"Get a tax form","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","formType":"1099-K","year":2020}},"post-getUploadedDocuments-basic":{"summary":"Get uploaded documents","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","bankAccountUUID":"EXAMPLE_UUID"}},"post-suspendAccountHolder-basic":{"summary":"Suspend an account holder","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER"}},"post-unSuspendAccountHolder-basic":{"summary":"Unsuspend an account holder","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER"}},"post-updateAccount-basic":{"summary":"Set a payout schedule","value":{"accountCode":"CODE_OF_ACCOUNT","payoutSchedule":{"action":"CLOSE","schedule":"WEEKLY"}}},"post-updateAccountHolder-addShareholders":{"summary":"Add shareholders","value":{"accountHolderCode":"YOUR_UNIQUE_ACCOUNT_HOLDER_CODE","accountHolderDetails":{"businessDetails":{"shareholders":[{"address":{"city":"San Francisco","country":"US","houseNumberOrName":"274","postalCode":"94107","stateOrProvince":"CA","street":"Brannan"},"email":"testshareholder2@email.com","name":{"firstName":"Alice","lastName":"Fields"},"personalData":{"dateOfBirth":"2025-06-15T13:48:01.262Z","documentData":[{"number":"1234567890","type":"ID"}]}}],"taxId":"123456789"},"email":"test@email.com","fullPhoneNumber":"+14154890281","webAddress":"http://www.accountholderwebsite.com"}}},"post-updateAccountHolder-bankAccountDetails":{"summary":"Update bank account details","value":{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","accountHolderDetails":{"bankAccountDetails":[{"accountNumber":"1678116852","branchCode":"053101273","countryCode":"US","currencyCode":"USD","ownerCity":"Springfield","ownerCountryCode":"US","ownerHouseNumberOrName":"100","ownerName":"Tim Green","ownerPostalCode":"02894","ownerState":"AZ","ownerStreet":"Ma