Skip to main content

Bulkdepositaccountupdateresponse

Represents the response for bulk deposit account updates.

errors object[]

List of errors for accounts that failed to update. Empty if all updates were successful.

  • Array [
  • accountKeystringrequired

    The account key that failed to update

    errorCodeint32

    The error code.

    errorReasonstringrequired

    For more information on your error message, refer to API Response and Error Codes

    errorSourcestring

    Additional details about the error

  • ]
  • Bulkdepositaccountupdateresponse
    {
    "errors": [
    {
    "accountKey": "string",
    "errorCode": 0,
    "errorReason": "string",
    "errorSource": "string"
    }
    ]
    }