Developer's Guide
Table Of Contents
- Adaptive Accounts Developer Guide
- Contents
- Preface
- What’s New
- Introducing Adaptive Accounts
- Supported Formats, URLs and HTTP Request Headers
- CreateAccount API Operation
- AddBankAccount API Operation
- AddPaymentCard API Operation
- SetFundingSourceConfirmed API Operation
- GetVerifiedStatus API Operation
- Country Codes
- Business Categories and Subcategories
- Adaptive Accounts IPN Messages
- Older Versions of the Adaptive Accounts API
- Adaptive Account Changes Corresponding to PayPal Version 85.0
- Adaptive Account Changes Corresponding to PayPal Version 69.0
- Adaptive Account Changes Corresponding to PayPal Version 65.5
- Adaptive Account Changes Corresponding to PayPal Version 64.2
- Adaptive Account Changes Corresponding to PayPal Version 62.2
- Revision History
- Index
GetVerifiedStatus API Operation
GetVerifiedStatus Request
7
64 May 2012 Adaptive Accounts Developer Guide
RequestEnvelope Fields
matchCriteria xs:string
(Required) The criteria that must be matched in addition to emailAddress.
Currently, only NAME is supported.
Allowable string values are:
NAME
NONE
NOTE: To use ConfirmationType NONE you must request and be granted
advanced permission levels.
requestEnvelope common:RequestEnvelope
(Required) Information common to each API operation, such as the language in
which an error message is returned.
Field Description
detailLevel common:DetailLevelCode
(Optional) The level of detail required by the client application for component
such as Item, Transaction. Possible values are:
ReturnAll – This value provides the maximum level of detail (default)
errorLanguage xs:string
(Required) The RFC 3066 language in which error messages are returned; by
default it is en_US, which is the only language currently supported
Field Description