Developer's Guide

Table Of Contents
GetVerifiedStatus API Operation
GetVerifiedStatus Response
7
66 May 2012 Adaptive Accounts Developer Guide
ResponseEnvelope Fields
UserInfoType Fields
Field Description
ack common:AckCode
Acknowledgment code. Possible values are:
Success – Operation completed successfully
Failure – Operation failed
Warning – warning
SuccessWithWarning – Operation completed successfully; however,
there is a warning message
FailureWithWarning – Operation failed with a warning message
build Build number; used only by Developer Technical Support.
correlationId Correlation ID; used only by Developer Technical Support.
timestamp The date on which the response was sent. The time is not supported.
Field Description
accountType xs:string
(Required) The type of account. Allowable values are:
Personal – Personal account
Premier – Premier account
Business – Business account
name aa:NameType
(Required) The name of the person for whom the PayPal account is created.
businessName Business name of the PayPal account holder.
accountId Identifies the PayPal account.
NOTE: A call to this API must use either emailAddress or accountId as
the unique identifier for the account, but must never include both in
the same call.
emailAddress xs:string
(Required)Email address associated with the PayPal account: one of the
unique identifiers for the account.
NOTE: A call to this API must use either emailAddress or accountId as
the unique identifier for the account, but must never include both in
the same call.