Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6723377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:33:42+00:00 2026-05-26T09:33:42+00:00

I’d like to integrate paypal using Website Payments Standard. I have 2 needs. First,

  • 0

I’d like to integrate paypal using Website Payments Standard. I have 2 needs.

First, a user can pick from options 3 dropdowns on my site that impacts the price. The price changes depending on the option selected by looking up the correct value from the server on the back-end. When a user selects the “Buy Now” button, it should pick up the right price and the right options selected in the form (the one’s displayed that the user has chosen).

Second, the price the user pays once the transaction has been completed and verified should be deducted from an “Inventory” amount on my back-end (from the server).

How do I get these 2 capabilities using Paypal? Is this something where I should use Payment Data Trasfer (at least for the 2nd question)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:33:43+00:00Added an answer on May 26, 2026 at 9:33 am

    You’re right, dynamic pricing and inventory management are bundled together.

    Regarding dynamic pricing you can do this with the regular PayPal “Buy Now” button. Go to your PayPal account and create a new “Buy Now” button. You’ll need to disable the “Save button at PayPal” checkbox, then when you generate your code you can “unprotect” the button to expose the individual fields, including the item price. You can then update the price based on a server or browser calculation.

    Because pricing and inventory are bundled, un-clicking the “Save button at PayPal” disables inventory functions as well.

    Finally, beware that un-protecting the “Buy Now” code allows a “bad guy” to change the price of your product browser side (the same way you are), so you’ll need to perform additional verification on your orders.

    Here’s a sample of the un-protected “Buy Now” button code. Use the “amount” field to update

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="business" value="Your Business Code here...">
    <input type="hidden" name="lc" value="CA">
    <input type="hidden" name="item_name" value="Widgets">
    <input type="hidden" name="item_number" value="12345">
    <input type="hidden" name="amount" value="20.00">
    <input type="hidden" name="currency_code" value="CAD">
    <input type="hidden" name="button_subtype" value="services">
    <input type="hidden" name="no_note" value="0">
    <input type="hidden" name="cn" value="Add special instructions to the seller">
    <input type="hidden" name="no_shipping" value="2">
    <input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason, after submitting a string like this Jack’s Spindle from a text
I have a jquery bug and I've been looking for hours now, I can't
We're building an app, our first using Rails 3, and we're having to build
I have a text area in my form which accepts all possible characters from
Does anyone know how can I replace this 2 symbol below from the string
I have thousands of HTML files to process using Groovy/Java and I need to
I have some data like this: 1 2 3 4 5 9 2 6
I have a bunch of posts stored in text files formatted in yaml/textile (from
I'm making a simple page using Google Maps API 3. My first. One marker
I would like to count the length of a string with PHP. The string

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.