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
CreateAccount API Operation
CreateAccount Request Sample
3
40 May 2012 Adaptive Accounts Developer Guide
ResponseEnvelope Fields
CreateAccount Request Sample
SOAP request
To create an account, the SOAP request specifies the name, address, and other identifying
information about the account holder for whom you want to create an account. You can
specify additional information to associate with the account in the partner information fields.
execStatus xs:string
The status of the payment. Allowable values:
CREATED – The account creation is complete, no redirection for approval
necessary.
COMPLETED – The account creation request was successful (user
redirection for approval required).
CREATED PENDING VERIFICATION – The account creation is complete
but verification/approval process has not been completed.
returnURL xs:string
The URL to which you direct your customer’s browser to create the account.
responseEnvelope common:ResponseEnvelope
Common response information, including a timestamp and the response
acknowledgement status.
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