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 API Reference
BMUpdateButton API Operation
26 June, 2009 Button Manager SOAP API
BMUpdateButton Request Fields
Field Description
HostedButtonID xs:string
(Required) The ID of the hosted button you want to modify.
ButtonType ebl:ButtonTypeType
(Required) The kind of button you want to update. It is one of the following
values:
z BUYNOW - Buy Now button
z CART - Add to Cart button
z GIFTCERTIFICATE - Gift Certificate button
z SUBSCRIBE - Subscribe button
z DONATE - Donate button
z UNSUBSCRIBE - Unsubscribe button
z VIEWCART - View Cart button
NOTE: You cannot change the kind of button after the button has been
created.
ButtonCode ebl:ButtonCodeType
(Optional) The kind of button code to create. It is one of the following values:
z HOSTED - A secure button stored on PayPal; default for all buttons except
View Cart and Unsubscribe
z ENCRYPTED - An encrypted button, not stored on PayPal; default for View
Cart button
z CLEARTEXT - An unencrypted button, not stored on PayPal; default for
Unsubscribe button
NOTE: You cannot change the kind of button code after after the button has
been created.