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
Adaptive Accounts Developer Guide May 2012 47
AddBankAccount API Operation
AddBankAccount Request
4
confirmationType aa:ConfirmationType
(Required) Whether PayPal account holders are redirected to PayPal.com to
confirm the payment card addition. When you pass NONE for this element, the
addition is made without the account holder’s explicit confirmation. If you pass
WEB, a URL is returned.
Allowable string values are:
WEB
NONE
NOTE: ConfirmationType NONE requires advanced permission levels. You
must pass the createAccount key.
controlDigit xs:string
(Optional) The control digits for the bank.
emailAddress xs:string
(Optional) The email address for the PayPal account. You must specify either
the accountId or emailAddress for this request.
iban xs:string
(Optional) The IBAN for the bank.
institionNumber xs:string
(Optional) The institution number for the bank.
partnerInfo xs:string
(Optional) The partner information for the bank.
requestEnvelope common:RequestEnvelope
(Required) Information common to each API operation, such as the language in
which an error message is returned.
ribkey xs:string
(Optional) The RIB key for the bank.
routingNumber xs:string
(Optional) The bank’s routing number.
sortCode xs:string
(Optional) The branch sort code.
taxIdType xs:string
(Optional) Tax id type of CNPJ or CPF, only supported for Brazil.
taxIdNumber xs:string
(Optional) Tax id number for Brazil.
webOptionsType aa:WebOptionsType
(Optional) Additional structure to define the URLs for the cancellation and
return web flows.
Field Description