Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<blockquote> <p>I'm not sure if I am using the Express Checkout or not. (We are creating Subscription buttons using the simple Website Payment Standard API).</p> </blockquote> <p>I hope rereading the above, you will realize that you answered your own question: You are using Website Payments Standard (WPS) not Express Checkout (EC).</p> <p>With WPS, you can create a <a href="https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&amp;content_ID=developer/e_howto_html_subscribe_buttons#id08ADFA005QU" rel="noreferrer">subscription modify button</a> but this is super inflexible and I would not recommend it.</p> <p><a href="https://cms.paypal.com/cms_content/CA/en_US/files/developer/PP_ExpressCheckout_IntegrationGuide.pdf" rel="noreferrer">With EC, you can modify subscriptions as well (page 99):</a> </p> <blockquote> <p>Use the UpdateRecurringPaymentsProfile API to modify a recurring payments profile.</p> <p>NOTE: You can also modify recurring payments profiles from the PayPal website.</p> <p>You can only modify the following specific information about an active or suspended profile:</p> <ul> <li>Subscriber name or address</li> <li>Past due or outstanding amount</li> <li>Whether to bill the outstanding amount with the next billing cycle</li> <li>Maximum number of failed payments allowed</li> <li>Profile description and reference</li> <li>Number of additional billing cycles</li> <li>Billing amount, tax amount, or shipping amount</li> </ul> <p>NOTE: You cannot modify the billing frequency or billing period of a profile. You can modify the number of billing cycles in the profile. </p> <p>NOTE: For recurring payments with Express Checkout, certain updates, such as billing amount, are not allowed within 3 days of the scheduled billing date, and an error is returned. </p> <p>You can modify the following profile information during the trial period or regular payment period:</p> <ul> <li>Billing amount (excluding tax and shipping)</li> <li>Number of billing cycles</li> </ul> </blockquote> <hr> <p>With that information out of the way... For the most flexibility:</p> <p>Look at creating <a href="https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&amp;content_ID=developer/e_howto_api_ECReferenceTxns" rel="noreferrer">Billing Agreement IDs through Express Checkout</a>. You will need to get Reference Transactions enabled on your PayPal account (talk to merchant support to get this done). </p> <p>With a BAID, you control when your customers are charged, how much they are charged, and pretty much anything else having to do with the transaction. The drawback is the same as the benefit.. you (see 'have to') control it all. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload