User Guide

Table Of Contents
Button Manager SOAP API June, 2009 27
Button Manager API Reference
BMUpdateButton API Operation
ButtonSubType ebl:ButtonSubTypeType
(Optional) The use of button you want to create. It is one of the following
values:
z PRODUCTS - button is used to purchase products; default for Buy Now and
Add to Cart buttons
z SERVICES - button is used to purchase services
NOTE: You cannot change the button usage after after the button has been
created.
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
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
Field Description