Working with Partner Verification
Managing Partner Verification
Partner verification is a mandatory prerequisite for partner account registration. Before partners can create a partner account, they must complete business verification and identity verification processes. These verifications validate that the business is legally registered and confirm the identity of the person registering the AWS account.
Partners can utilize the available verification APIs to initiate and monitor verification processes:
During Verification
-
Business Verification Initiation – Partners initiate business verification by calling the
StartVerificationAPI with business registration details including legal name, registration ID, country code, and jurisdiction of incorporation. -
Identity Verification Initiation – Partners initiate identity verification by calling the
StartVerificationAPI with registrant information. The API returns a secure completion URL where the registrant completes the identity verification workflow using government-issued identification. -
Verification Status Monitoring – Partners use the
GetVerificationAPI to retrieve the current status and details of verification processes. The API returns verification type, status, timestamps, and verification-specific details. -
Verification Completion – Both business verification and identity verification must reach
SUCCEEDEDstatus before partners can proceed to partner account creation. Failed or expired verifications must be resolved before account registration.
Post Verification
-
Partner Account Creation – After successful verification, partners proceed to create their partner account using the
CreatePartnerAPI described in the Partner Account documentation. -
Verification Record Retrieval – Partners can retrieve verification details at any time using the
GetVerificationAPI with the verification ID returned during initiation.
API Summary
-
StartVerificationAPI: Partners initiate verification processes by calling theStartVerificationAPI. For business verification, the API validates business registration details. For identity verification, the API generates a time-limited completion URL for the registrant to complete identity verification. -
GetVerificationAPI: After initiating verification, partners use theGetVerificationAPI to retrieve verification status and details. The API returns current status, timestamps, and verification-specific information.