No conversion from USD to INR (or other currency) in case of Indian (live/sandbox) Business Account

juned393
Contributor
Contributor

When I am using US paypal sandbox (business) account then I am getting conversion option from USD to INR in case of Indian Debit Card OR Indian Paypal Sandbox (payer) account but...

I am not getting conversion option from USD to INR in case of Indian Sandbox/Live (business) account during the test/live payment.

This results in Payment Failure in case of USD when I am paying using (even with) international debit card but payments are processed successfully in case of INR, when I am mentioning INR currency before processing payment but as I have to sell my services globally hence I can't keep it INR and USD is preferred.

Conversion Image (In case of US Paypal Account)

conversion

 

No Conversion Image(In case of Indian Paypal Account)

no-conversion

I have tried tweaking all settings as of US Paypal account to Indian Paypal Account but nothing work out. I am facing same problem in Indian Sandbox account (no conversion - payment failure).

 

Code:

<form class="payment-form" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" id="paypal_form">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="lc" value="UK" />
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest" />
<input type="hidden" name="first_name" value="Customer's First Name" />
<input type="hidden" name="last_name" value="Customer's Last Name" />
<input type="hidden" name="payer_email" value="customer_email" />
<input type="hidden" name="item_number" value="0.01" / >
<input type="hidden" name="currency_code" value="USD" / >
<input type="hidden" name="business" value="business_email" / >
<input type="hidden" name="custom" value="customvariable" / >
<input type="hidden" name="item_name" value="Starter Monthly Package" / >
</form>

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.