paypal怎么支付支付支付

Multiple Currencies - Website Payments - PayPal
Now you can accept payments on your website in any of the currencies supported by PayPal through the Multiple Currencies feature.The instructions below will show you how to create a PayPal payment button in the currency of your choice for any of the following website payment solutions:To create a new payment button in your desired currency, select the currency from the "Currencies" drop-down menu in the button factory.For an example of a non-U.S. Dollar payment button, see the "Sample Code" section below.If you already have payment buttons on your website, you can convert the buttons to a different currency by adding one line of HTML code. (Make sure you also convert the item amount when you convert your buttons to another currency.)
For example, if you wish to accept payment in Euros, specify the currency_code in your payment button as follows:&input type="hidden" name="currency_code" value="EUR"&The value you specify for the currency_code should be one of the following available currencies:Australian Dollar (A $)AUDCanadian Dollar (C $)CADEuro (EUR)EURBritish Pound (?)GBPJapanese Yen (?)JPYU.S. Dollar ($)USDNew Zealand Dollar ($)NZDSwiss FrancCHFHong Kong Dollar ($)HKDSingapore Dollar ($)SGDSwedish KronaSEKDanish KroneDKKPolish ZlotyPLNNorwegian KroneNOKHungarian ForintHUFCzech KorunaCZKIsraeli New ShekelILSMexican PesoMXNBrazilian Real (only for Brazilian members)BRLMalaysian Ringgit (only for Malaysian members)MYRPhilippine PesoPHPNew Taiwan DollarTWDThai BahtTHBTurkish Lira (only for Turkish members)TRYRussian RubleRUBIf the currency_code is omitted, the default currency will be U.S. Dollars.Here's what the payment button code looks like for an item priced in Pounds Sterling:&form action="https://www.paypal.com/cgi-bin/webscr" method="post"&&input type="hidden" name="cmd" value="_xclick"&&input type="hidden" name="business" value="sales@@" &&input type="hidden" name="item_name" value="Union Jack Flag"&&input type="hidden" name="amount" value="20"&&input type="hidden" name="currency_code" value="GBP"&&input type="hidden" name="undefined_quantity" value="1"&&input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc.gif" border="0" name="submit" width="73" height="44"&&/form&For more information on creating payment buttons, please visit our

我要回帖

更多关于 paypal支付美元 的文章

 

随机推荐