开发者

Paypal and calculating international shipping?

开发者 https://www.devze.com 2022-12-18 17:11 出处:网络
Does anyone have advice on how 开发者_如何学Goone can calculate shipping to a foreign country with PayPal? I am developing in PHP.

Does anyone have advice on how 开发者_如何学Goone can calculate shipping to a foreign country with PayPal? I am developing in PHP.

-JT


PayPal is an online payment processing company, not a shipping company. To calculate shipping costs you'll need to work with the API of a shipping provider. Each provider has their own API:

UPS: https://www.ups.com/upsdeveloperkit?loc=en_US

USPS: http://www.usps.com/webtools/

FedEx: http://fedex.com/us/developer/

DHL: http://www.dhl-usa.com/xml/index.asp


One way to handle shipping is to use the Instant Update API. Basically, you provide PayPal with a callback (web service) that calculates shipping when users are reviewing payment on PayPal's site.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号