User Guide
Table Of Contents
- Website Payments Standard Button Manager API (SOAP)
- Preface
- Intended Audience
- Revision History
- Website Payments Standard Button Manager API Overview
- Using the Button Manager API
- Button Manager API Reference
- HTML Variables for Website Payments Standard
Button Manager SOAP API June, 2009 21
Button Manager API Reference
BMCreateButton API Operation
ButtonVar xs:string
(Optional) HTML standard button variables, which are described in HTML
Variables for Website Payments Standard
It is a list of variables, in which
n is a digit between 0 and 999, inclusive; do
not include leading zeros.
Character length and limitations: 63 single-byte alphanumeric characters each
OptionDetails ns:OptionDetailsType
(Optional) Menu items
TextBox xs:string
(Optional) Text description for a menu item
It is a list of variables, in which
n is a digit between 0 and 1, inclusive.
ButtonImage ebl:ButtonImageType
(Optional) The kind of button image. It is one of the following values:
z REG - regular; default unless a button URL is specified
z SML - small
z CC - small button image with credit card logos; not applicable for
Unsubscribe or View Cart buttons
NOTE: Specify either the kind of button image or the URL.
ButtonImageURL xs:string
(Optional) The button’s URL
NOTE: Specify either the kind of button image or the URL.
BuyNowText ebl:BuyNowTextType
(Optional) The button text for a Buy Now button. It is one of the following
values:
z BUYNOW - button text is Buy Now; default
z PAYNOW - button text is Pay Now
SubscribeText ebl:SubscribeTextType
(Optional) The button text for a Subscribe button. It is one of the following
values:
z BUYNOW - button text is Buy Now
z SUBSCRIBE - button text is Subscribe; default
ButtonCountry ebl:CountryCodeType
(Optional) The country in which the transaction occurs. See Country Codes
.
for a list of country codes. By default, it is the merchant’s country of
registration with PayPal.
ButtonLanguage xs:string
(Optional) The language in which to display the button text. It must be
compatible with the country code.
Character length and limitations: 2 single-byte alphanumeric characters
Field Description