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 53
AddPaymentCard API Operation
AddPaymentCard Request
5
AddressType Fields
createAccountKey xs:string
The createaccount key returned in the CreateAccount response. This
parameter is required for calls where the confirmationType is set to NONE.
emailAddress xs:string
(Optional) The email address for the PayPal account. You must specify either
the accountId or emailAddress for this request.
expirationDate aa:CardDateType
(Optional) The element containing the expiration date for the payment card.
issueNumber xs:string
(Optional) The 2-digit issue number for Switch, Maestro, and Solo cards.
nameOnCard aa:Nametype
(Required) The element containing the name of the card holder.
requestEnvelope common:RequestEnvelope
(Required) Information common to each API operation, such as the language in
which an error message is returned.
startDate aa:CardDateType
(Optional) The element containing the start date for the payment card.
webOptions aa:WebOptionsType
(Optional) Additional structure to define the URLs for the cancelation and
return web flows.
Field Description
line1 xs:string
(Required) The street address.
line2 xs:string
(Optional) The second line of the address.
NOTE: This field is required for Brazilian addresses.
city xs:string
(Required) The city.
state xs:string
(Optional) The state code.
postalCode xs:string
(Optional) The zip or postal code.
Field Description