v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1429173137.8 KB

Initiates a new verification process for a partner account. This operation begins the verification workflow for either business registration or individual registrant identity verification as required by AWS Partner Central.

post/#X-Amz-Target=PartnerCentralAccount.StartVerification

Headers

X-Amz-Target'PartnerCentralAccount.StartVerification' required

Request body

ClientTokenstring

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This prevents duplicate verification processes from being started accidentally.

Response

Success

VerificationType'BUSINESS_VERIFICATION' | 'REGISTRANT_VERIFICATION' required

The type of verification that was started based on the provided verification details.

VerificationStatus'PENDING_CUSTOMER_ACTION' | 'IN_PROGRESS' | 'FAILED' | 'SUCCEEDED' | 'REJECTED' required

The initial status of the verification process after it has been started. Typically this will be pending or in-progress.

VerificationStatusReasonstring

Additional information about the initial verification status, including any immediate feedback about the submitted verification details.

StartedAtstring date-time required

The timestamp when the verification process was successfully initiated.

CompletedAtstring date-time

The timestamp when the verification process was completed. This field is typically null for newly started verifications unless they complete immediately.