iframe - Implementing digital goods express checkout without javascript -


Is it possible to implement express checkout for digital goods without using JavaScript? I want my website not to rely on Javascript enabled customers and customers who authorize payment can be redirected to PayPal pages. Do I just mark the transaction as digital goods (noshipping = 1, etc.)? Do I just have the user & amp; Token = Can I redirect to APIToken after setexpresscheckout instead of setting calls?

  1. Do not change anything about your initial API call
  2. As you mentioned, when you get your API token from PayPal, The user gets directions to:
  3. If you are transitioning from JS, remember Delete the PayPal script tag and code that pops up your link :

    New PAYPAL.apps.DGFlow ({Trigge: "link_id"})

Comments