sandbox amount_missing
Tudsy
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Sep-24-2023
04:53 AM
Hi
I am in the sandbox environment and I get this error:
Here is the form:
<form action='https://www.sandbox.paypal.com/cgi-bin/webscr' id='Form1' name='Form' onSubmit = 'return validateForm()' method="POST" >
<input type="hidden" name="cmd" value="_cart">
<input type='hidden' name='business' value='xxxxxxxxxxxx' />
<input type="hidden" name="upload" value="1">
<INPUT TYPE="hidden" id='RETURL' NAME="return" />
<INPUT TYPE="hidden" NAME="currency_code" value="AUD">
<input type='hidden' id = 'Cost' name='Price' value='<?php echo $_POST['Price']; ?>' />
<input type='hidden' id = 'pic' name='Graphic' value='<?php echo $_POST['Graphic']; ?>' />
<input type = 'hidden' id='Artist' name ='Person' value ='<?php echo $_POST['Person']; ?>' />
<label for='Age_of_Subscriber'>Please enter your Age (in years - Privacy purposes - Must be 13 years old or over): </label>
<input type='number' id= 'AGE1' name='Age' placeholder='Enter your Age' />
<br>
<br>
<label for='First_Name2'>Please enter your First Name:</label>
<input type='text' id='FName' name='FirstName' placeholder='Enter your Firstname' />
<br>
<br>
<label for='Last_Name2'>Please enter your Last Name:</label>
<input type='text' id='SName' name='LastName' placeholder = 'Enter your Surname' />
<br>
<br>
<br>
<label for='email2'>Please enter your Email Address in the following format: xxxxxxxxxxxxxxxx </label>
<input type='email' id='Email' name='EmailAddress' placeholder ='Your Email Address' />
<br>
<br>
<p>
View our Terms of Service (https://ecovib2d.com.au/workfromhome/TOC/website_terms_and_conditions_of_use.docx) and
Privacy Policy (https://ecovib2d.com.au/workfromhome/privacy/privacypolicy.php).</p>
<br>
<br>
<script>
Graphic = "<?php echo $_POST['Graphic']; ?>";
</script>
<input type="hidden" name="item_name" value='"Your Graphic in JPEG format - " + Graphic' >
<input type="hidden" name="amount" value="2.00">
<INPUT TYPE="hidden" name="address_override" value="1">
<input type='submit' id='submit_form' value ='Buy your ART- <?php echo $_POST['Graphic']; ?>' />
</form>
1 REPLY 1
Tudsy
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sep-24-2023
10:36 AM

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- Sandbox account collect billing and shipping address in Sandbox Environment
- "System error. Please try again later" when connecting to paypal sandbox account with my android app in Sandbox Environment
- NOT ENABLED TO VAULT PAYMENT SOURCE in Sandbox Environment
- p is not a function error using the example downloaded from Paypal in SDKs
- Not receiving any confirmation emails for sandbox account in Sandbox Environment