Issue with Receiving International Payments

johnks
Contributor
Contributor

I added paypal to my website like as follow

 <form class="paypal" action="<?php echo base_url();?>paypal_payments" 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="IN" />
            <input type="hidden" name="currency_code" value="INR" />
            <input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest" />
            <input type="hidden" name="first_name" value="<?php echo $bs_data['bs_f_name'];?>" />
            <input type="hidden" name="last_name" value="<?php echo $bs_data['bs_l_name'];?>" />
            <input type="hidden" name="payer_email" value="<?php echo $bs_data['bs_email'];?>" />
            <input type="hidden" name="item_number" value="123456" / >
            <input type="hidden" name="item_name" value="mp3 songs" / >
            <input type="hidden" name="user_id" value="<?php echo $bs_data['payment_user_id'];?>" / >
            <input type="hidden" name="item_amount" value="<?php echo $bs_data['bs_total_amount'];?>" / >
            <input type="hidden" name="txn_id" value="payment_<?php echo $ex_tnxid[1];?>" / >
            <input type="submit" name="submit" value="Submit Payment" id="btn_click" style="display:none"/>
        </form>

Now iam able to receive domestic payments but  iam not able to receive international payments.?

Help Pls

 

Login to Me Too
1 REPLY 1

Anonymous_User
Not applicable

You may want to contact Tech Support for assistance and there is also a StackOverFlow community for PayPal developers.

Login to Me Too

Haven't Found your Answer?

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