2009
Table Of Contents
- Name-Value Pair API Developer Guide
- Preface
- This Document
- Intended Audience
- Revision History
- PayPal NVP API Overview
- Authorization and Capture API Operation Reference
- DoDirectPayment API
- Express Checkout API Operations
- GetTransactionDetails API
- MassPay API
- RefundTransaction API
- TransactionSearch API
- Recurring Payments and Reference Transactions API Operations
- DoNonReferencedCredit API
- ManagePendingTransactionStatu s API
- GetBalance API
- AddressVerify API
- API Error Codes
- General API Errors
- Validation Errors
- Direct Payment API Errors
- SetExpressCheckout API Errors
- GetExpressCheckoutDetails API Errors
- DoExpressCheckoutPayment API Errors
- Authorization and Capture API Errors
- GetTransactionDetails API Errors
- TransactionSearch API Errors
- RefundTransaction API Errors
- Mass Pay API Errors
- Recurring Payments Errors
- SetCustomerBillingAgreement Errors
- GetBillingAgreementCustomerDetails Errors
- CreateBillingAgreement Errors
- UpdateBillingAgreement Errors
- DoReferenceTransaction Errors
- AddressVerify API Errors
- ManagePendingTransactionStatus API Errors
- Country Codes
- State and Province Codes
- Currency Codes
- AVS and CVV2 Response Codes
Name-Value Pair API Developer Guide 08 April 2009 123
Recurring Payments and Reference Transactions API Operations
SetCustomerBillingAgreement API
Address Fields
UpdateRecurringPaymentsProfile Response
UpdateRecurringPaymentsProfile Response Fields
SetCustomerBillingAgreement API
Initiates the creation of a billing agreement.
NOTE: If you are using Express Checkout with version 54.0 or later of the API, do not use the
SetCustomerBillingAgreement API operation to set up a billing agreement. Use
the SetExpressCheckout API operation instead.
z “SetCustomerBillingAgreement Request” on page 124
LASTNAME (Required) Payer’s last name.
Character length and limitations: 25 single-byte characters.
Field Description
STREET (Required) First street address.
Character length and limitations: 100 single-byte characters.
STREET2 (Optional) Second street address.
Character length and limitations: 100 single-byte characters.
CITY (Required) Name of city.
Character length and limitations: 40 single-byte characters.
STATE (Required) State or province.
Character length and limitations: 40 single-byte characters.
COUNTRYCODE (Required) Country code.
Character limit: Two single-byte characters.
ZIP (Required) U.S. ZIP code or other country-specific postal code.
Character length and limitations: 20 single-byte characters.
PHONENUM (Optional) Phone number.
Character length and limit: 20 single-byte characters.
Field Description
PROFILEID Recurring payments profile ID returned in the
CreateRecurringPaymentsProfile response.
An error is returned if the profile specified in the BillOutstandingAmount
request has a status of canceled or expired.
Field Description