seller account not being debited in sandbox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
When I do mock transactions with SANDBOX, the sellers account is not debited.
Can anyone please help me?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry for this.
Here is the form in html that I use:
<form action='https://www.sandbox.paypal.com/cgi-bin/webscr' method ='POST' id='paypal' onsubmit='return true' name='Form' >
<?php
$graphic = $_POST["Graphic"];
$Price = $_POST["Price"];
$Person = $_POST["Person"];
?>
<input type='hidden' name='cmd' value='_cart' >
<input type='hidden' name='business' value='xxxxxxx' >
<input type='hidden' name='upload' value='1' >
<INPUT TYPE='hidden' id='RETURL' NAME='return' >
<script>
URL = 'https://ecovib2d.com.au/workfromhome/yourart/';
Person = <?php echo json_encode($Person); ?>;
Graphic = <?php echo json_encode($graphic); ?>;
document.getElementById('RETURL').value = URL + Person + '/Graphic/' + Graphic ;
</script>
<INPUT TYPE='hidden' NAME='currency_code' value='AUD'>
<input type='hidden' id='Item1' name='item_name_1' >
<script>
document.getElementById('Item1').value = 'Your Graphic in JPEG format -' + Graphic ;
</script>
<input type='hidden' id='Cost' name='amount_1' >
<script>
Price = <?php echo json_encode($Price); ?>;
document.getElementById('Cost').value = Price;
</script>
<INPUT TYPE='hidden' name='address_override' value='1' >
</form>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- 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
- Not receiving any confirmation emails for sandbox account in Sandbox Environment
- failed to pay with sandbox account in Sandbox Environment