From 48e7ad728e9c356187722df7899ef3a140575d2a Mon Sep 17 00:00:00 2001 From: Colin Rood Date: Mon, 2 Aug 2021 06:56:38 -0700 Subject: [PATCH] Remove "ssn" from KYC API --- json/BalancePlatformService-v1.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/json/BalancePlatformService-v1.json b/json/BalancePlatformService-v1.json index 607b534..0b9a24f 100644 --- a/json/BalancePlatformService-v1.json +++ b/json/BalancePlatformService-v1.json @@ -4446,7 +4446,7 @@ "$ref" : "#/components/schemas/Entity" }, "type" : { - "description" : "The type of document. The possible values depend on the legal entity `type`.\n\n* For `type` **organization**, the values can be **proofOfAddress**, **registrationDocument**, **taxDocument**. \n\n* For `type` **individual**, the values can be **driversLicense**, **identityCard**, **nationalIdNumber**, **passport**, **proofOfNationalIdNumber**, **proofOfResidency**, **ssn**.\n\nWhen uploading a document owned by a [transfer instrument](https://docs.adyen.com/api-explorer/#/balanceplatform/v1/post/documents__reqParam_owner), use **bankStatement**.", + "description" : "The type of document. The possible values depend on the legal entity `type`.\n\n* For `type` **organization**, the values can be **proofOfAddress**, **registrationDocument**, **taxDocument**. \n\n* For `type` **individual**, the values can be **driversLicense**, **identityCard**, **nationalIdNumber**, **passport**, **proofOfNationalIdNumber**, **proofOfResidency**\n\nWhen uploading a document owned by a [transfer instrument](https://docs.adyen.com/api-explorer/#/balanceplatform/v1/post/documents__reqParam_owner), use **bankStatement**.", "enum" : [ "bankStatement", "driversLicense", @@ -4457,7 +4457,6 @@ "proofOfNationalIdNumber", "proofOfResidency", "registrationDocument", - "ssn", "taxDocument" ], "type" : "string" @@ -4544,7 +4543,7 @@ "type" : "string" }, "type" : { - "description" : "The type of document. The possible values depend on the legal entity `type`.\n\n* For `type` **organization**, the values can be **proofOfAddress**, **registrationDocument**, **taxDocument**. \n\n* For `type` **individual**, the values can be **driversLicense**, **identityCard**, **nationalIdNumber**, **passport**, **proofOfNationalIdNumber**, **proofOfResidency**, **ssn**.\n\nWhen uploading a document owned by a [transfer instrument](https://docs.adyen.com/api-explorer/#/balanceplatform/v1/post/documents__reqParam_owner), use **bankStatement**.", + "description" : "The type of document. The possible values depend on the legal entity `type`.\n\n* For `type` **organization**, the values can be **proofOfAddress**, **registrationDocument**, **taxDocument**. \n\n* For `type` **individual**, the values can be **driversLicense**, **identityCard**, **nationalIdNumber**, **passport**, **proofOfNationalIdNumber**, **proofOfResidency**.\n\nWhen uploading a document owned by a [transfer instrument](https://docs.adyen.com/api-explorer/#/balanceplatform/v1/post/documents__reqParam_owner), use **bankStatement**.", "enum" : [ "bankStatement", "driversLicense", @@ -6404,4 +6403,4 @@ } } } -} \ No newline at end of file +}